Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Remove ( _ item As KeyValuePair(Of TKey, TValue) _ ) As Boolean |
C# |
---|
public bool Remove( KeyValuePair<TKey, TValue> item ) |
Visual C++ |
---|
public: virtual bool Remove( KeyValuePair<TKey, TValue> item ) sealed |
JavaScript |
---|
function remove(item); |
Parameters
- item
- Type: System.Collections.Generic..::.KeyValuePair<(Of <(TKey, TValue>)>)