EntityTagHeaderValue.ParseList(IList<String>) 方法

定义

将输入序列分析为值序列 EntityTagHeaderValue

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)

参数

inputs
IList<String>

要分析的值。

返回

分析的值。

适用于