[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#IDictionary{TKey@TValue}#Remove(`0)"]

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
bool IDictionary<TKey, TValue>.Remove(
	TKey key
)
Visual Basic
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
F#
private abstract Remove : 
        key:'TKey -> bool 
private override Remove : 
        key:'TKey -> bool 
JScript
JScript does not support explicit interface implementations.

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#IDictionary{TKey@TValue}#Remove(`0)"]

Return Value

[Missing <returns> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#IDictionary{TKey@TValue}#Remove(`0)"]

Implements

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

See Also