[Missing <summary> documentation for "M:NHibernate.Util.LinkedHashMap`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})"]

Namespace: NHibernate.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool Remove(
	KeyValuePair<TKey, TValue> item
)
Visual Basic
Public Function Remove ( _
	item As KeyValuePair(Of TKey, TValue) _
) As Boolean
Visual C++
public:
virtual bool Remove(
	KeyValuePair<TKey, TValue> item
) sealed

Parameters

item
Type: System.Collections.Generic..::..KeyValuePair<(Of <(<'TKey, TValue>)>)>

[Missing <param name="item"/> documentation for "M:NHibernate.Util.LinkedHashMap`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.LinkedHashMap`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})"]

Implements

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

See Also