System.CodeDom.CodeNamespaceImportCollection.IList C# (CSharp) Méthode

IList() private méthode

private IList ( object value ) : bool
value object
Résultat 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