Namespace:
NHibernate.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function RemoveAll ( _ c As ICollection _ ) As Boolean |
C# |
---|
public bool RemoveAll( ICollection c ) |
Visual C++ |
---|
public: virtual bool RemoveAll( ICollection^ c ) sealed |
JavaScript |
---|
function removeAll(c); |