Click or drag to resize

CharLocation Constructor (Int32, Int32, Int32)

Creates instance of the class.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public CharLocation(
	int line,
	int column,
	int index
)

Parameters

line
Type: SystemInt32
Line number (starts from 1).
column
Type: SystemInt32
Column number (starts from 1).
index
Type: SystemInt32
Index of character in the file (starts from 0).
See Also