Namespace:  NHibernate.Collection.Generic
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
JavaScript does not support explicit interface implementations.

Parameters

value
Type: System..::.Object

Implements

IList..::.Add(Object)

See Also