Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Private Sub Insert ( _ index As Integer, _ value As Object _ ) Implements IList.Insert |
C# |
---|
void IList.Insert( int index, Object value ) |
Visual C++ |
---|
private: virtual void Insert( int index, Object^ value ) sealed = IList::Insert |
JavaScript |
---|
|