SyntaxTriviaList.RemoveAt(Int32) Method

Definition

Creates a new SyntaxTriviaList with the element at the specified index removed.

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

Parameters

index
Int32

The index identifying the element to remove.

Returns

Applies to