Click or drag to resize

Interval Constructor (CharLocation, CharLocation)

Creates instance of the class.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public Interval(
	CharLocation begin,
	CharLocation end
)

Parameters

begin
Type: Syntactik.DOMCharLocation
Starting position of the interval (inclusive).
end
Type: Syntactik.DOMCharLocation
Ending position of the interval (inclusive).
See Also