Partager via


SyntaxTokenList.InsertRange(Int32, IEnumerable<SyntaxToken>) Méthode

Définition

Crée un nouveau SyntaxTokenList avec les jetons spécifiés insérés à l’index.

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

Paramètres

index
Int32

Index pour insérer les nouveaux jetons.

tokens
IEnumerable<SyntaxToken>

Jetons à insérer.

Retours

S’applique à