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

Syntax

Visual Basic (Declaration)
Public Function Add ( _
	o As T _
) As Boolean
C#
public bool Add(
	T o
)
Visual C++
public:
virtual bool Add(
	T o
) sealed
JavaScript
function add(o);

Parameters

o
Type: T

Implements

ISetAdd(UTP)

See Also