RouteValueDictionary.Keys Property

Definition

Gets a collection that contains the keys in the dictionary.

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

Property Value

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

A collection that contains the keys in the dictionary.

Applies to

See also