SeparatedSyntaxList<TNode>.RemoveAt(Int32) 方法

定义

使用删除指定索引处的元素创建新列表。

public:
 Microsoft::CodeAnalysis::SeparatedSyntaxList<TNode> RemoveAt(int index);
public Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> RemoveAt (int index);
member this.RemoveAt : int -> Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)>
Public Function RemoveAt (index As Integer) As SeparatedSyntaxList(Of TNode)

参数

index
Int32

要移除的元素的索引。

返回

适用于