LazyDictionary<TKey, TValue>.Keys Property
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
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)
Property Value
Type: System.Collections.Generic.ICollection<TKey>
Implements
IDictionary<TKey, TValue>.Keys
See Also
LazyDictionary<TKey, TValue> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top