Location.

Location(string, int, int) Constructor

Summary

Creates a location consisting of a file name, line number and column number.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Location

Syntax

public Location(string fileName, int lineNumber, int columnNumber)

Remarks

fileName can be a local URI resource, e.g., file:///C:/WINDOWS/setuplog.txt.

Parameters

Name Type Description
fileName string
lineNumber int
columnNumber int

Return Value

Type Description
void