SyntaxListSelection<TNode>.Item[Int32] Indexer
Containing Type: SyntaxListSelection<TNode>
Assembly: Roslynator.Core.dll
Gets the selected node at the specified index.
public TNode this[int index] { get; }
Parameters
index Int32
The zero-based index of the node to get.
Property Value
TNode
The node at the specified index.