Namespace:  NHibernate.Collection.Generic
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);

Implements

ICollection<(Of <(T>)>)..::.Remove(T)

See Also