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)
ParameterTypeالوصف
parsedValuesconst System::SharedPtr<Object>كائن القيم للتحويل.

ReturnValue

إذا كانت القيمة الممررة مثيلاً لقائمة List، تُرجعها؛ وإلا تُرجع nullptr.

انظر أيضًا