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

属性值

包含只读字典中的值的可枚举集合。

实现

适用于