共用方式為


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

屬性值

適用於