Namespace:  NHibernate.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function Add ( _
	value As Object _
) As Integer
C#
public int Add(
	Object value
)
Visual C++
public:
virtual int Add(
	Object^ value
) sealed
JavaScript
function add(value);

Parameters

value
Type: System..::.Object

Implements

IList..::.Add(Object)

See Also