Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
bool IDictionary<TKey, TValue>.Remove(
	TKey key
)
Visual Basic (Declaration)
Private Function Remove ( _
	key As TKey _
) As Boolean Implements IDictionary(Of TKey, TValue).Remove
Visual C++
private:
virtual bool Remove(
	TKey key
) sealed = IDictionary<TKey, TValue>::Remove

Parameters

key
Type: TKey

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Remove(TKey)

See Also