Propriedade LazyDictionary<TKey, TValue>.Item (TKey)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
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 propriedade
Type: TValue
Implementações
IDictionary<TKey, TValue>.Item[TKey]
Consulte também
Classe LazyDictionary<TKey, TValue>
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo