SeparatedSyntaxList<TNode>.GetSeparator(Int32) Method

Definition

Gets the separator at the given index in this list.

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

Parameters

index
Int32

The index.

Returns

Applies to