Dictionary<TKey,TValue>.IDictionary<TKey,TValue>.Values 属性

定义

获取一个 ICollection<T>,它包含 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>

包含 ICollection<T> 中的值的类型 TValueIDictionary<TKey,TValue>

实现

适用于