LazyDictionary<TKey, TValue>::Item Property (TKey)

 

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

public:
property TValue default[
	TKey key
] {
	virtual TValue get(TKey key) sealed;
	virtual void set(TKey key, TValue value) sealed;
}

Parameters

key
Type: TKey

Property Value

Type: TValue

Return to top
Show: