ReadOnlyDictionary<TKey,TValue>.Keys プロパティ

定義

ディクショナリのキーが格納されているキー コレクションを取得します。

public:
 property System::Collections::ObjectModel::ReadOnlyDictionary<TKey, TValue>::KeyCollection ^ Keys { System::Collections::ObjectModel::ReadOnlyDictionary<TKey, TValue>::KeyCollection ^ get(); };
public System.Collections.ObjectModel.ReadOnlyDictionary<TKey,TValue>.KeyCollection Keys { get; }
member this.Keys : System.Collections.ObjectModel.ReadOnlyDictionary<'Key, 'Value>.KeyCollection
Public ReadOnly Property Keys As ReadOnlyDictionary(Of TKey, TValue).KeyCollection

プロパティ値

ディクショナリのキーが格納されているキー コレクション。

適用対象