EntityTagHeaderValue.ParseList(IList<String>) Yöntem

Tanım

Giriş dizisini bir değer dizisi EntityTagHeaderValue olarak ayrıştırıyor.

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)

Parametreler

inputs
IList<String>

Ayrıştıracak değerler.

Döndürülenler

Ayrıştırılan değerler.

Şunlara uygulanır