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

 

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

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

Parameters

key
Type: TKey

Property Value

Type: TValue

Return to top
Show: