System::Net::Http::Headers::HttpHeaders::ParsedValuesAsList 方法

HttpHeaders::ParsedValuesAsList method

将已解析的值转换为列表。

static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Object>>> System::Net::Http::Headers::HttpHeaders::ParsedValuesAsList(const System::SharedPtr<Object> parsedValues)
参数类型描述
parsedValuesconst System::SharedPtr<Object>要转换的 Values 对象。

ReturnValue

如果传入的值是 List 实例,则返回它;否则返回 nullptr。

另见