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