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

定義

IDictionary<TKey,TValue>内の値を含む ICollection<T> を取得します。

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>

IDictionary<TKey,TValue>を実装するオブジェクト内の値を格納している ICollection<T>

実装

適用対象