Table of Contents

Method GetLine

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

GetLine(int)

Gets string line at the specified index.

public string GetLine(int index)

Parameters

index int

Index of line in the collection.

Returns

string

Text at specified line index.