Compartir a través de


OrderedDictionary<TKey,TValue>.Keys Propiedad

Definición

Obtiene una colección que contiene las claves del 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

Valor de propiedad

Se aplica a