Range(Position,Position)
Constructor in Range
Summary
Initializes a new instance of the Range class, given start and end information.
public Range(Position startPosition, Position endPosition)Parameters
Name
Description
Yarn.Compiler.Position startPosition
The position at the start of the range.
Yarn.Compiler.Position endPosition
The position at the end of the range.
Last updated
Was this helpful?
