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

 

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

Syntax

public TValue this[
    TKey key
] { get; set; }
public:
property TValue default[
    TKey key
] {
    TValue get(TKey key);
    void set(TKey key, TValue value);
}
member Item : 
        key:'TKey -> 'TValue with get, set
Public Property Item (
    key As TKey
) As TValue

Parameters

Property Value

Type: TValue

See Also

SizeBoundedCache<TKey, TValue> Class
Microsoft.Azure.Insights Namespace

Return to top