NAnt SDK Documentation - v0.85-nightly-2005-11-09

Location.LineNumber Property

[This is preliminary documentation and subject to change.]

Gets the line number for the location.

[Visual Basic]
Public ReadOnly Property LineNumber As Integer
[C#]
public int LineNumber {get;}

Remarks

Lines start at 1. Will be zero if not specified.

See Also

Location Class | NAnt.Core Namespace