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 を返します。

参照