System.CodeDom.CodeNamespaceImportCollection.IList C# (CSharp) Method

IList() private method

private IList ( object value ) : bool
value object
return bool
        bool IList.Contains(object value) {
            return data.Contains(value);
        }

Same methods

CodeNamespaceImportCollection::IList ( object value ) : int
CodeNamespaceImportCollection::IList ( ) : void
CodeNamespaceImportCollection::IList ( int index ) : void
CodeNamespaceImportCollection::IList ( int index, object value ) : void
CodeNamespaceImportCollection::IList ( object value ) : void