Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1 KB

yarn.compiler.range.md

File metadata and controls

37 lines (23 loc) · 1 KB

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.
Range(int,int,int,int) Initializes a new instance of the Range class, given start and end information.

Methods

Name Description
Equals(object)
GetHashCode()

Properties

Name Description
End Gets or sets the end position of this range.
Start Gets or sets the start position of this range.