RouteValueDictionary.Keys Proprietà

Definizione

Ottiene una raccolta che contiene le chiavi nel dizionario.

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

Valore della proprietà

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

Raccolta che contiene le chiavi nel dizionario.

Si applica a

Vedi anche