Skip to main content

StatementListInfo.Item[Int32] Indexer

Containing Type: StatementListInfo

Assembly: Roslynator.CSharp.dll

Gets the statement at the specified index in the list.

public Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax this[int index] { get; }

Parameters

index Int32

The zero-based index of the statement to get.

Property Value

StatementSyntax

The statement at the specified index in the list.

Implements