LazyDictionary<TKey, TValue>::Add Method (TKey, TValue)

 

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

public:
virtual void Add(
	TKey key,
	TValue value
) sealed

Parameters

key
Type: TKey

value
Type: TValue

Return to top
Show: