Links

Range

Class in Yarn.Compiler
Inherits from System.Object

Summary

Represents a range of text in a multi-line string.
public class Range

Constructors

Name
Description
Range()
Initializes a new instance of the Range class.
Initializes a new instance of the Range class, given start and end information.

Methods

Name
Description

Properties

Name
Description
End
Gets or sets the end position of this range.
Start
Gets or sets the start position of this range.
Last modified 1yr ago