TextLineCollectionSelection.Item[Int32] Indexer
Containing Type: TextLineCollectionSelection
Assembly: Roslynator.Core.dll
Gets the selected line at the specified index.
public Microsoft.CodeAnalysis.Text.TextLine this[int index] { get; }
Parameters
index Int32
The zero-based index of the line to get.
Property Value
The line at the specified index.