Compartir a través de


LazyDictionary<TKey, TValue>.Keys (Propiedad)

 

Espacio de nombres:   Microsoft.WindowsAzure.Common.Internals
Ensamblado:  Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)

Sintaxis

public ICollection<TKey> Keys { get; }
public:
property ICollection<TKey>^ Keys {
    virtual ICollection<TKey>^ get() sealed;
}
abstract Keys : ICollection<'TKey> with get
override Keys : ICollection<'TKey> with get
Public ReadOnly Property Keys As ICollection(Of TKey)

Valor de propiedad

Type: System.Collections.Generic.ICollection<TKey>

Implementaciones

IDictionary<TKey, TValue>.Keys

Vea también

LazyDictionary<TKey, TValue> (Clase)
Microsoft.WindowsAzure.Common.Internals (Espacio de nombres)

Volver al principio