Поделиться через


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>

Узлы для вставки.

Возвращаемое значение

Применяется к