TomlTextPosition(Int32, Int32, Int32) Constructor

Definition

Namespace Tomlyn.Text
Assembly Tomlyn.dll

Initializes a new instance of the TomlTextPosition struct.

public TomlTextPosition(int offset, int line, int column)

Parameters

offset
Int32

The offset in the source text (0-based).

line
Int32

The line number (0-based).

column
Int32

The column number (0-based).