RouteValueDictionary.Values Właściwość

Definicja

Pobiera kolekcję zawierającą wartości w słowniku.

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

Wartość właściwości

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

Kolekcja zawierająca wartości w słowniku.

Dotyczy

Zobacz też