Constructor in Range
Initializes a new instance of the Range class, given start and end information.
public Range(Position startPosition, Position endPosition)
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 3 months ago
Was this helpful?