RouteValueDictionary.Values Propiedad

Definición

Obtiene una colección que contiene los valores del diccionario.

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

Valor de propiedad

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

Colección que contiene los valores del diccionario.

Se aplica a

Consulte también