EntityTagHeaderValue.TryParseList Metoda

Definicja

Próbuje przeanalizować sekwencję wartości jako sekwencję EntityTagHeaderValue.

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

Parametry

inputs
IList<String>

Wartości do analizy.

parsedValues
IList<EntityTagHeaderValue>

Przeanalizowane wartości.

Zwraca

true jeśli wszystkie dane wejściowe są prawidłowe EntityTagHeaderValue, w przeciwnym razie false.

Dotyczy