[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}#Add(`0,`1)"]

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

Syntax

C#
void IDictionary<TKey, TValue>.Add(
	TKey key,
	TValue value
)
Visual Basic
Private Sub Add ( _
	key As TKey, _
	value As TValue _
) Implements IDictionary(Of TKey, TValue).Add
Visual C++
private:
virtual void Add(
	TKey key, 
	TValue value
) sealed = IDictionary<TKey, TValue>::Add
F#
private abstract Add : 
        key:'TKey * 
        value:'TValue -> unit 
private override Add : 
        key:'TKey * 
        value:'TValue -> unit 
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}#Add(`0,`1)"]

value
Type: TValue

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

Implements

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

See Also