ImmutableSortedDictionary<TKey,TValue>.Builder.AddRange 메서드

정의

변경할 수 없는 정렬된 사전에 값의 시퀀스를 추가합니다.

public:
 void AddRange(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<TKey, TValue>> ^ items);
public void AddRange (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>> items);
member this.AddRange : seq<System.Collections.Generic.KeyValuePair<'Key, 'Value>> -> unit
Public Sub AddRange (items As IEnumerable(Of KeyValuePair(Of TKey, TValue)))

매개 변수

items
IEnumerable<KeyValuePair<TKey,TValue>>

사전에 추가할 항목입니다.

적용 대상