OrderedDictionary<TKey,TValue>.Values 属性

定义

获取一个集合,该集合包含 OrderedDictionary<TKey,TValue>中的值。

public:
 property System::Collections::Generic::OrderedDictionary<TKey, TValue>::ValueCollection ^ Values { System::Collections::Generic::OrderedDictionary<TKey, TValue>::ValueCollection ^ get(); };
public System.Collections.Generic.OrderedDictionary<TKey,TValue>.ValueCollection Values { get; }
member this.Values : System.Collections.Generic.OrderedDictionary<'Key, 'Value>.ValueCollection
Public ReadOnly Property Values As OrderedDictionary(Of TKey, TValue).ValueCollection

属性值

适用于