Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Private Sub RemoveAt ( _ index As Integer _ ) Implements IList.RemoveAt |
C# |
---|
void IList.RemoveAt( int index ) |
Visual C++ |
---|
private: virtual void RemoveAt( int index ) sealed = IList::RemoveAt |
JavaScript |
---|
|
Parameters
- index
- Type: System..::.Int32