HttpRequestOptions.IReadOnlyDictionary<String,Object>.Values Property

Definition

Gets an enumerable collection that contains the values in the read-only dictionary.

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; }
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

Property Value

An enumerable collection that contains the values in the read-only dictionary.

Implements

Applies to