RouteValueDictionary.Values Property

Definition

Gets a collection that contains the values in the dictionary.

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

Property Value

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

A collection that contains the values in the dictionary.

Applies to

See also