Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function AddAll ( _ c As ICollection(Of T) _ ) As Boolean |
C# |
---|
public bool AddAll( ICollection<T> c ) |
Visual C++ |
---|
public: virtual bool AddAll( ICollection<T>^ c ) sealed |
JavaScript |
---|
function addAll(c); |
Parameters
- c
- Type: System.Collections.Generic..::.ICollection<(Of <(T>)>)