Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Remove ( _ item As T _ ) As Boolean |
C# |
---|
public bool Remove( T item ) |
Visual C++ |
---|
public: virtual bool Remove( T item ) sealed |
JavaScript |
---|
function remove(item); |
Parameters
- item
- Type: T