Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
IList<(Of <(T>)>)..::.RemoveAt(Int32)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub RemoveAt ( _ index As Integer _ ) |
C# |
---|
public void RemoveAt( int index ) |
Visual C++ |
---|
public: virtual void RemoveAt( int index ) sealed |
JavaScript |
---|
function removeAt(index); |
Parameters
- index
- Type: System..::.Int32
Implements
IList..::.RemoveAt(Int32)IList<(Of <(T>)>)..::.RemoveAt(Int32)