共用方式為


SyntaxTokenList.RemoveAt(Int32) 方法

定義

使用移除指定索引處的權杖建立新的 SyntaxTokenList

public:
 Microsoft::CodeAnalysis::SyntaxTokenList RemoveAt(int index);
public Microsoft.CodeAnalysis.SyntaxTokenList RemoveAt (int index);
member this.RemoveAt : int -> Microsoft.CodeAnalysis.SyntaxTokenList
Public Function RemoveAt (index As Integer) As SyntaxTokenList

參數

index
Int32

要移除之權杖的索引。

傳回

適用於