Compartir a través de


ReadOnlyDictionary<TKey,TValue>.Add Método

Definición

Sobrecargas

Add(KeyValuePair<TKey,TValue>)
Add(TKey, TValue)

Add(KeyValuePair<TKey,TValue>)

public:
 virtual void Add(System::Collections::Generic::KeyValuePair<TKey, TValue> item);
public void Add (System.Collections.Generic.KeyValuePair<TKey,TValue> item);
abstract member Add : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> unit
Public Sub Add (item As KeyValuePair(Of TKey, TValue))

Parámetros

item
KeyValuePair<TKey,TValue>

Implementaciones

Se aplica a

Add(TKey, TValue)

public:
 virtual void Add(TKey key, TValue value);
public void Add (TKey key, TValue value);
abstract member Add : 'Key * 'Value -> unit
override this.Add : 'Key * 'Value -> unit
Public Sub Add (key As TKey, value As TValue)

Parámetros

key
TKey
value
TValue

Implementaciones

Se aplica a