Gets content of the logical line.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public string GetLineContent(
	int lineIndex
)
Visual Basic
Public Function GetLineContent ( 
	lineIndex As Integer
) As String

Parameters

lineIndex
Type: System..::..Int32

Return Value

Type: String

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionSpecified index is out of valid range.

See Also