Table of Contents

Constructor FileRange

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

FileRange(Point, Point, string, string)

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

public FileRange(Point startPoint, Point endPoint, string fileName, string sourceText)

Parameters

startPoint Point

Start of IRange area.

endPoint Point

End of IRange area.

fileName string

Specifies the full name of the source document file.

sourceText string

Specifies string inside this location.