NAnt SDK Documentation - v0.92

Location.LineNumber Property

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