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

定義

ディクショナリに格納されているすべての値を格納しているコレクションが返されます。 以下を参照してください。IDictionary<TKey,TValue>

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>

ディクショナリに格納されているすべての値を含むコレクション。

実装

適用対象