SyntaxNodeOrTokenList.Item[Int32] Property

Definition

Gets the SyntaxNodeOrToken at the specified index.

public:
 property Microsoft::CodeAnalysis::SyntaxNodeOrToken default[int] { Microsoft::CodeAnalysis::SyntaxNodeOrToken get(int index); };
public Microsoft.CodeAnalysis.SyntaxNodeOrToken this[int index] { get; }
member this.Item(int) : Microsoft.CodeAnalysis.SyntaxNodeOrToken
Default Public ReadOnly Property Item(index As Integer) As SyntaxNodeOrToken

Parameters

index
Int32

Property Value

Exceptions

index is out of range.

Applies to