RouteValueDictionary.IReadOnlyDictionary<String,Object>.Values Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
property System::Collections::Generic::IEnumerable<System::Object ^> ^ System::Collections::Generic::IReadOnlyDictionary<System::String,System::Object>::Values { System::Collections::Generic::IEnumerable<System::Object ^> ^ get(); };
System.Collections.Generic.IEnumerable<object> System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Values { get; }
System.Collections.Generic.IEnumerable<object?> System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Values { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Values : seq<obj>
ReadOnly Property Values As IEnumerable(Of Object) Implements IReadOnlyDictionary(Of String, Object).Values