ModelBinderDictionary.Keys Propriété

Définition

Obtient une collection qui contient les clés dans le dictionnaire.

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)

Valeur de propriété

Collection qui contient les clés dans le dictionnaire.

Implémente

S’applique à