NAnt SDK Documentation - v0.92

Location Constructor

Creates a location consisting of a file name, line number and column number.

Overload List

Creates a location consisting of a file name.

public Location(string);

Creates a location consisting of a file name, line number and column number.

public Location(string,int,int);

See Also

Location Class | NAnt.Core Namespace