ConcurrentDictionary<TKey,TValue>.Keys Proprietà

Definizione

Ottiene una raccolta contenente le chiavi della classe 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)

Valore della proprietà

ICollection<TKey>

Raccolta di chiavi in Dictionary<TKey,TValue>.

Implementazioni

Si applica a

Vedi anche