다음을 통해 공유


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

속성 값

적용 대상