ConcurrentDictionary<TKey,TValue>.Keys Свойство

Определение

Возвращает коллекцию, содержащую ключи из словаря 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)

Значение свойства

ICollection<TKey>

Коллекция ключей в Dictionary<TKey,TValue>.

Реализации

Применяется к

См. также раздел