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

Syntax

Visual Basic (Declaration)
Public Function AddAll ( _
	coll As ICollection _
) As Boolean
C#
public bool AddAll(
	ICollection coll
)
Visual C++
public:
virtual bool AddAll(
	ICollection^ coll
) sealed
JavaScript
function addAll(coll);

Implements

ISetAddAll(ICollection)

See Also