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

[Missing <summary> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#ICollection{T}#Add(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#
void ICollection<KeyValuePair<TKey, TValue>>.Add(
	KeyValuePair<TKey, TValue> item
)
Visual Basic
Private Sub Add ( _
	item As KeyValuePair(Of TKey, TValue) _
) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Add
Visual C++
private:
virtual void Add(
	KeyValuePair<TKey, TValue> item
) sealed = ICollection<KeyValuePair<TKey, TValue>>::Add
F#
private abstract Add : 
        item:KeyValuePair<'TKey, 'TValue> -> unit 
private override Add : 
        item:KeyValuePair<'TKey, 'TValue> -> unit 
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}#Add(System.Collections.Generic.KeyValuePair{`0,`1})"]

Implements

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

See Also