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

Définition

Obtient une collection contenant les clés dans Dictionary<TKey,TValue>.

public:
 property System::Collections::Generic::ICollection<TKey> ^ Keys { System::Collections::Generic::ICollection<TKey> ^ get(); };
public System.Collections.Generic.ICollection<TKey> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<'Key>
Public ReadOnly Property Keys As ICollection(Of TKey)

Valeur de propriété

ICollection<TKey>

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

Implémente

S’applique à

Voir aussi