Queue additions
Namespace:
NHibernate.CollectionAssembly: 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); |
Parameters
- coll
- Type: System.Collections..::.ICollection