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

定義

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

property System::Collections::Generic::ICollection<TValue> ^ System::Collections::Generic::IDictionary<TKey,TValue>::Values { System::Collections::Generic::ICollection<TValue> ^ get(); };
System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get; }
member this.System.Collections.Generic.IDictionary<TKey,TValue>.Values : System.Collections.Generic.ICollection<'Value>
 ReadOnly Property Values As ICollection(Of TValue) Implements IDictionary(Of TKey, TValue).Values

プロパティ値

ICollection<TValue>

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

実装

適用対象