ModelBinderDictionary.Keys Propiedad

Definición

Obtiene una colección que contiene las claves del diccionario.

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

Valor de propiedad

Colección que contiene las claves del diccionario.

Implementaciones

Se aplica a