SyntaxTokenList.Insert(Int32, SyntaxToken) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用索引處的指定標記插入,建立新的 SyntaxTokenList 。
public:
Microsoft::CodeAnalysis::SyntaxTokenList Insert(int index, Microsoft::CodeAnalysis::SyntaxToken token);
public Microsoft.CodeAnalysis.SyntaxTokenList Insert (int index, Microsoft.CodeAnalysis.SyntaxToken token);
member this.Insert : int * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.SyntaxTokenList
Public Function Insert (index As Integer, token As SyntaxToken) As SyntaxTokenList
參數
- index
- Int32
要插入新權杖的索引。
- token
- SyntaxToken
要插入的權杖。