Bickle.ReflectionWrapping.ListenerWrapper.Ignored C# (CSharp) Method

Ignored() public method

public Ignored ( IExample example ) : void
example IExample
return void
        public void Ignored(IExample example)
        {
            _listener.InvokeWithReflection("Pending", Translate(example));
        }