SortedList<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>

一个对象,其中包含 中的 IDictionary<TKey,TValue>值。

实现

适用于