Compartilhar via


EntityTagHeaderValue.TryParseList Método

Definição

Tenta analisar a sequência de valores como uma sequência de 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

Parâmetros

inputs
IList<String>

Os valores a serem analisados.

parsedValues
IList<EntityTagHeaderValue>

Os valores analisados.

Retornos

true se todas as entradas forem válidas EntityTagHeaderValue, caso contrário false, .

Aplica-se a