EntityTagHeaderValue.ParseList(IList<String>) Metoda

Definice

Parsuje posloupnost vstupů jako posloupnost EntityTagHeaderValue hodnot.

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)

Parametry

inputs
IList<String>

Hodnoty, které chcete analyzovat.

Návraty

IList<EntityTagHeaderValue>

Parsované hodnoty.

Platí pro