System::Net::Http::Headers::HttpHeaders::ParsedValuesAsList method

HttpHeaders::ParsedValuesAsList method

Converte i valori analizzati in un elenco.

static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Object>>> System::Net::Http::Headers::HttpHeaders::ParsedValuesAsList(const System::SharedPtr<Object> parsedValues)
ParametroTipoDescrizione
parsedValuesconst System::SharedPtr<Object>Oggetto Values da convertire.

ReturnValue

Se il valore passato è un’istanza di List, lo restituisce; altrimenti, restituisce nullptr.

Vedi anche