다음을 통해 공유


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>

구문 분석할 값입니다.

반환

구문 분석된 값입니다.

적용 대상