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

IList() private method

private IList ( int index ) : void
index int
return void
        void IList.RemoveAt(int index) {
            data.RemoveAt(index);
            SyncKeys();
        }
    }

Same methods

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