CheckIntendation Method (LineInfo)

HttpServer.dll

Check indentdation

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

Syntax

C#
protected void CheckIntendation(
	LineInfo line
)
Visual Basic (Declaration)
Protected Sub CheckIntendation ( _
	line As LineInfo _
)
Visual C++
protected:
void CheckIntendation(
	LineInfo^ line
)

Parameters

line
Type: HttpServer.Rendering.Haml..::.LineInfo
fills line with intend info

See Also