IImmutableList<T>.InsertRange(Int32, IEnumerable<T>) 메서드

정의

변경할 수 없는 목록의 지정된 인덱스에 지정된 요소를 삽입합니다.

public:
 System::Collections::Immutable::IImmutableList<T> ^ InsertRange(int index, System::Collections::Generic::IEnumerable<T> ^ items);
public System.Collections.Immutable.IImmutableList<T> InsertRange (int index, System.Collections.Generic.IEnumerable<T> items);
abstract member InsertRange : int * seq<'T> -> System.Collections.Immutable.IImmutableList<'T>
Public Function InsertRange (index As Integer, items As IEnumerable(Of T)) As IImmutableList(Of T)

매개 변수

index
Int32

새 요소가 삽입되어야 하는 0부터 시작하는 인덱스입니다.

items
IEnumerable<T>

삽입할 요소입니다.

반환

지정된 요소가 포함된 변경할 수 없는 새 목록입니다.

적용 대상