LineInfo Class

HttpServer.dll

Contains line text and state information about a line in a HAML template.

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

Syntax

C#
public class LineInfo
Visual Basic (Declaration)
Public Class LineInfo
Visual C++
public ref class LineInfo

Inheritance Hierarchy

System..::.Object
  HttpServer.Rendering.Haml..::.LineInfo

See Also