GetIntendation Method

HttpServer.dll

Get intendation level for this node.

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

Syntax

C#
protected int GetIntendation()
Visual Basic (Declaration)
Protected Function GetIntendation As Integer
Visual C++
protected:
int GetIntendation()

Return Value

[Missing <returns> documentation for M:HttpServer.Rendering.Haml.Nodes.Node.GetIntendation]

See Also