Compartilhar via


Método LazyDictionary<TKey, TValue>.Add (KeyValuePair<TKey, TValue>)

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)

Sintaxe

public void Add(
    KeyValuePair<TKey, TValue> item
)
public:
virtual void Add(
    KeyValuePair<TKey, TValue> item
) sealed
abstract Add : 
        item:KeyValuePair<'TKey, 'TValue> -> unit
override Add : 
        item:KeyValuePair<'TKey, 'TValue> -> unit
Public Sub Add (
    item As KeyValuePair(Of TKey, TValue)
)

Parâmetros

Implementações

ICollection<T>.Add(T)

Consulte também

Add Sobrecarga
Classe LazyDictionary<TKey, TValue>
Namespace Microsoft.WindowsAzure.Common.Internals

Retornar ao topo