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

The position at the start of the range.

The position at the end of the range.

Last updated

Was this helpful?