다음을 통해 공유


SeparatedSyntaxList<TNode>.InsertRange 메서드

정의

인덱스에 삽입된 지정된 노드를 사용하여 새 목록을 만듭니다.

public:
 Microsoft::CodeAnalysis::SeparatedSyntaxList<TNode> InsertRange(int index, System::Collections::Generic::IEnumerable<TNode> ^ nodes);
public Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> InsertRange (int index, System.Collections.Generic.IEnumerable<TNode> nodes);
member this.InsertRange : int * seq<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)>
Public Function InsertRange (index As Integer, nodes As IEnumerable(Of TNode)) As SeparatedSyntaxList(Of TNode)

매개 변수

index
Int32

삽입할 인덱스입니다.

nodes
IEnumerable<TNode>

삽입할 노드입니다.

반환

적용 대상