System.CodeDom.CodeNamespaceImportCollection.IList C# (CSharp) 메소드

IList() 개인적인 메소드

private IList ( int index ) : void
index int
리턴 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