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>

一个集合,其中包含实现泛型字典的 对象中的值。

实现

适用于