Click or drag to resize

LexicalInfo Constructor (String, Int32, Int32, Int32)

Creates instance of the class.

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

Parameters

filename
Type: SystemString
Source code file name.
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