Condividi tramite


SyntaxNodeOrTokenList.InsertRange Metodo

Definizione

Crea un nuovo SyntaxNodeOrTokenList oggetto con i nodi o i token specificati inseriti in corrispondenza dell'indice.

public:
 Microsoft::CodeAnalysis::SyntaxNodeOrTokenList InsertRange(int index, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNodeOrToken> ^ nodesAndTokens);
public Microsoft.CodeAnalysis.SyntaxNodeOrTokenList InsertRange (int index, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNodeOrToken> nodesAndTokens);
member this.InsertRange : int * seq<Microsoft.CodeAnalysis.SyntaxNodeOrToken> -> Microsoft.CodeAnalysis.SyntaxNodeOrTokenList
Public Function InsertRange (index As Integer, nodesAndTokens As IEnumerable(Of SyntaxNodeOrToken)) As SyntaxNodeOrTokenList

Parametri

index
Int32

Indice in cui effettuare l'inserimento.

nodesAndTokens
IEnumerable<SyntaxNodeOrToken>

Nodi o token da inserire.

Restituisce

Si applica a