Compartir a través de


EntityTagHeaderValue.TryParseList Método

Definición

Intenta analizar la secuencia de valores como una secuencia 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>

Valores que se van a analizar.

parsedValues
IList<EntityTagHeaderValue>

Valores analizados.

Devoluciones

true es si todas las entradas son válidas EntityTagHeaderValue; de lo contrario false, es .

Se aplica a