ImmutableDictionary<TKey,TValue>.Builder.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>

集合,包含實作泛型字典之 物件中的值。

實作

適用於