Bickle.InactiveExampleContainer.IsIgnored C# (CSharp) Method

IsIgnored() public method

public IsIgnored ( ) : bool
return bool
        public override bool IsIgnored()
        {
            return true;
        }