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