LineInfo Constructor

HttpServer.dll

Initializes a new instance of the LineInfo class.

Namespace:  HttpServer.Rendering.Haml
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public LineInfo(
	int lineNumber,
	string unparsedData
)
Visual Basic (Declaration)
Public Sub New ( _
	lineNumber As Integer, _
	unparsedData As String _
)
Visual C++
public:
LineInfo(
	int lineNumber, 
	String^ unparsedData
)

Parameters

lineNumber
Type: System..::.Int32
The line number.
unparsedData
Type: System..::.String
The unparsed data (line contents).

See Also