EntityTagHeaderValue.ParseList(IList<String>) Method

Definition

Parses a sequence of inputs as a sequence of EntityTagHeaderValue values.

public:
 static System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ ParseList(System::Collections::Generic::IList<System::String ^> ^ inputs);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue> ParseList (System.Collections.Generic.IList<string> inputs);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue> ParseList (System.Collections.Generic.IList<string>? inputs);
static member ParseList : System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue>
Public Shared Function ParseList (inputs As IList(Of String)) As IList(Of EntityTagHeaderValue)

Parameters

inputs
IList<String>

The values to parse.

Returns

The parsed values.

Applies to