Bickle.ReflectionWrapping.ExampleWrapper.IsIgnored C# (CSharp) Method

IsIgnored() public method

public IsIgnored ( ) : bool
return bool
        public bool IsIgnored()
        {
            return (bool)_inner.InvokeWithReflection("IsIgnored");
        }