LineInfo Property

HttpServer.dll

Should only be set for each parent.

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

Syntax

C#
public LineInfo LineInfo { get; set; }
Visual Basic (Declaration)
Public Property LineInfo As LineInfo
Visual C++
public:
property LineInfo^ LineInfo {
	LineInfo^ get ();
	void set (LineInfo^ value);
}

See Also