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