Struct
struct Position
public struct Position
Description: Stores position information, indicating a range with a closed starting point and an open endpoint.
prop end
public prop end: Int64
Description: Specifies the endpoint of a range.
Type: Int64
prop start
public prop start: Int64
Description: Specifies the starting point of a range.
Type: Int64