Dictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Keys Property

Definition

Gets a collection containing the keys of the IReadOnlyDictionary<TKey,TValue>.

property System::Collections::Generic::IEnumerable<TKey> ^ System::Collections::Generic::IReadOnlyDictionary<TKey,TValue>::Keys { System::Collections::Generic::IEnumerable<TKey> ^ get(); };
System.Collections.Generic.IEnumerable<TKey> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys : seq<'Key>
 ReadOnly Property Keys As IEnumerable(Of TKey) Implements IReadOnlyDictionary(Of TKey, TValue).Keys

Property Value

IEnumerable<TKey>

A collection containing the keys of the IReadOnlyDictionary<TKey,TValue>.

Implements

Applies to