Share via


LazyDictionary<TKey, TValue>.Add Method (KeyValuePair<TKey, TValue>)

 

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

Syntax

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)
)

Parameters

Implements

ICollection<T>.Add(T)

See Also

Add Overload
LazyDictionary<TKey, TValue> Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top