Bickle.ActiveExampleContainer.IsIgnored C# (CSharp) Method

IsIgnored() public method

public IsIgnored ( ) : bool
return bool
        public override bool IsIgnored()
        {
            if (Parent == null)
                return false;

            return Parent.IsIgnored();
        }