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

[Missing <summary> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#ICollection{T}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})"]

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

Syntax

C#
bool ICollection<KeyValuePair<TKey, TValue>>.Remove(
	KeyValuePair<TKey, TValue> item
)
Visual Basic
Private Function Remove ( _
	item As KeyValuePair(Of TKey, TValue) _
) As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Remove
Visual C++
private:
virtual bool Remove(
	KeyValuePair<TKey, TValue> item
) sealed = ICollection<KeyValuePair<TKey, TValue>>::Remove
F#
private abstract Remove : 
        item:KeyValuePair<'TKey, 'TValue> -> bool 
private override Remove : 
        item:KeyValuePair<'TKey, 'TValue> -> bool 
JScript
JScript does not support explicit interface implementations.

Parameters

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

[Missing <param name="item"/> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#ICollection{T}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})"]

Return Value

[Missing <returns> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#ICollection{T}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})"]

Implements

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

See Also