ConcurrentDictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Keys Propriété

Définition

Obtient une collection contenant les clés dans Dictionary<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

Valeur de propriété

IEnumerable<TKey>

Collection contenant les clés dans Dictionary<TKey,TValue>.

Implémente

S’applique à