ModifierList<TNode>.RemoveAt(TNode, Int32) Method
Containing Type: ModifierList<TNode>
Assembly: Roslynator.CSharp.dll
Creates a new node with a modifier at the specified index removed.
public TNode RemoveAt(TNode node, int index)
Parameters
node TNode
index Int32
Returns
TNode