SyntaxNodeCollection-1.RemoveAt

SyntaxNodeCollection<T>.RemoveAt method

Removes the item at the given index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The index of the item to remove.

See Also