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

屬性值

適用於