RouteValueDictionary.Keys Propriété

Définition

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

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^>::KeyCollection ^ Keys { System::Collections::Generic::Dictionary<System::String ^, System::Object ^>::KeyCollection ^ get(); };
public System.Collections.Generic.Dictionary<string,object>.KeyCollection Keys { get; }
member this.Keys : System.Collections.Generic.Dictionary<string, obj>.KeyCollection
Public ReadOnly Property Keys As Dictionary(Of String, Object).KeyCollection

Valeur de propriété

System.Collections.Generic.Dictionary<System.String,System.Object>.KeyCollection

Collection qui contient les clés dans le dictionnaire.

S’applique à

Voir aussi