ConcurrentDictionary<TKey,TValue>.Keys Propriedade

Definição

Obtém uma coleção que contém as chaves do 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)

Valor da propriedade

ICollection<TKey>

Uma coleção de chaves no Dictionary<TKey,TValue>.

Implementações

Aplica-se a

Confira também