Queue additions

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

Syntax

Visual Basic (Declaration)
Protected Function QueueAddAll ( _
	coll As ICollection _
) As Boolean
C#
protected bool QueueAddAll(
	ICollection coll
)
Visual C++
protected:
bool QueueAddAll(
	ICollection^ coll
)
JavaScript
function queueAddAll(coll);

See Also