다음을 통해 공유


OrderedDictionary<TKey,TValue>.Keys 속성

정의

OrderedDictionary<TKey,TValue>키를 포함하는 컬렉션을 가져옵니다.

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

속성 값

적용 대상