ImmutableDictionary<TKey,TValue>.Keys Propiedad
Definición
Obtiene las claves en el diccionario inmutable.Gets the keys in the immutable dictionary.
public:
property System::Collections::Generic::IEnumerable<TKey> ^ Keys { System::Collections::Generic::IEnumerable<TKey> ^ get(); };
public System.Collections.Generic.IEnumerable<TKey> Keys { get; }
member this.Keys : seq<'Key>
Public ReadOnly Property Keys As IEnumerable(Of TKey)
Valor de propiedad
- IEnumerable<TKey>
Claves del diccionario inmutable.The keys in the immutable dictionary.