Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Private Function Add ( _ value As Object _ ) As Integer Implements IList.Add |
C# |
---|
int IList.Add( Object value ) |
Visual C++ |
---|
private: virtual int Add( Object^ value ) sealed = IList::Add |
JavaScript |
---|
|
Parameters
- value
- Type: System..::.Object