LazyDictionary<TKey, TValue>.Item (Propiedad) (TKey)
Espacio de nombres: Microsoft.WindowsAzure.Common.Internals
Ensamblado: Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)
Sintaxis
public TValue this[
TKey key
] { get; set; }
public:
property TValue default[
TKey key
] {
virtual TValue get(TKey key) sealed;
virtual void set(TKey key, TValue value) sealed;
}
abstract Item :
key:'TKey -> 'TValue with get, set
override Item :
key:'TKey -> 'TValue with get, set
Public Property Item (
key As TKey
) As TValue
Parámetros
- key
Type: TKey
Valor de propiedad
Type: TValue
Implementaciones
IDictionary<TKey, TValue>.Item[TKey]
Vea también
LazyDictionary<TKey, TValue> (Clase)
Microsoft.WindowsAzure.Common.Internals (Espacio de nombres)
Volver al principio