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> のキーのコレクション。

実装

適用対象

こちらもご覧ください