Set Method (Int32, Int32)

HttpServer.dll

Set intendation info to previously added line text.

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

Syntax

C#
public void Set(
	int whiteSpaces,
	int intendation
)
Visual Basic (Declaration)
Public Sub Set ( _
	whiteSpaces As Integer, _
	intendation As Integer _
)
Visual C++
public:
void Set(
	int whiteSpaces, 
	int intendation
)

Parameters

whiteSpaces
Type: System..::.Int32

[Missing <param name="whiteSpaces"/> documentation for "M:HttpServer.Rendering.Haml.LineInfo.Set(System.Int32,System.Int32)"]

intendation
Type: System..::.Int32

[Missing <param name="intendation"/> documentation for "M:HttpServer.Rendering.Haml.LineInfo.Set(System.Int32,System.Int32)"]

See Also