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를 반환합니다.

또 보기