Compartir a través de


ReadOnlyDictionary<TKey,TValue>.Keys Propiedad

Definición

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

Valor de propiedad

ICollection<TKey>

Implementaciones

Se aplica a