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

定義

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

property System::Collections::ICollection ^ System::Collections::IDictionary::Values { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Values { get; }
member this.System.Collections.IDictionary.Values : System.Collections.ICollection
 ReadOnly Property Values As ICollection Implements IDictionary.Values

プロパティ値

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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ReadOnlyDictionary<TKey,TValue> のインスタンスが IDictionary インターフェイスにキャストされる場合のみ、使用できます。

適用対象