EntityTagHeaderValue.TryParseList Yöntem

Tanım

Değer dizisini dizisi EntityTagHeaderValueolarak ayrıştırmaya çalışır.

public:
 static bool TryParseList(System::Collections::Generic::IList<System::String ^> ^ inputs, [Runtime::InteropServices::Out] System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ % parsedValues);
public static bool TryParseList (System.Collections.Generic.IList<string> inputs, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue> parsedValues);
public static bool TryParseList (System.Collections.Generic.IList<string>? inputs, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue>? parsedValues);
static member TryParseList : System.Collections.Generic.IList<string> * IList -> bool
Public Shared Function TryParseList (inputs As IList(Of String), ByRef parsedValues As IList(Of EntityTagHeaderValue)) As Boolean

Parametreler

inputs
IList<String>

Ayrıştıracak değerler.

parsedValues
IList<EntityTagHeaderValue>

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

Döndürülenler

true tüm girişler geçerliyse EntityTagHeaderValue, değilse false.

Şunlara uygulanır