StringWithQualityHeaderValue.ParseList(IList<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses a sequence of inputs as a sequence of StringWithQualityHeaderValue values.
public:
static System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ ParseList(System::Collections::Generic::IList<System::String ^> ^ input);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue> ParseList (System.Collections.Generic.IList<string> input);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue> ParseList (System.Collections.Generic.IList<string>? input);
static member ParseList : System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue>
Public Shared Function ParseList (input As IList(Of String)) As IList(Of StringWithQualityHeaderValue)
Parameters
Returns
The parsed values.