System.Windows.Forms.TreeNodeCollection.IList C# (CSharp) Method

IList() private method

private IList ( object node ) : bool
node object
return bool
        bool IList.Contains(object node)
        {
            return node is TreeNode && this.Contains((TreeNode)node);
        }

Same methods

TreeNodeCollection::IList ( object node ) : int
TreeNodeCollection::IList ( int index, object node ) : void
TreeNodeCollection::IList ( object node ) : void