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

定義

ディクショナリ内の値を格納するコレクションを取得します。

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

プロパティ値

ReadOnlyDictionary<TKey,TValue> を実装するオブジェクト内の値が格納されているコレクション。

適用対象