Table of Contents

Class FileRange

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

Represents a location in source code.

public class FileRange : Range, IFileRange, IRange, ICloneable
Inheritance
FileRange
Implements

Constructors

FileRange(Point, Point, string, string)

Initializes a new instance of the FileRange class with specified parameters.

Properties

FileName

Gets the text line inside the file.

SourceText

Gets string inside this location.

Methods

Clone()

Creates a new object that is a copy of the current IRange object.