RequestHeaders.AppendList<T>(String, IList<T>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
헤더 이름과 값을 추가합니다.
public:
generic <typename T>
void AppendList(System::String ^ name, System::Collections::Generic::IList<T> ^ values);
public void AppendList<T> (string name, System.Collections.Generic.IList<T> values);
member this.AppendList : string * System.Collections.Generic.IList<'T> -> unit
Public Sub AppendList(Of T) (name As String, values As IList(Of T))
형식 매개 변수
- T
매개 변수
- name
- String
헤더 이름입니다.
- values
- IList<T>
헤더 값입니다.