Set Method (String, Int32, Int32)

HttpServer.dll

Assign 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(
	string line,
	int whiteSpaces,
	int intendation
)
Visual Basic (Declaration)
Public Sub Set ( _
	line As String, _
	whiteSpaces As Integer, _
	intendation As Integer _
)
Visual C++
public:
void Set(
	String^ line, 
	int whiteSpaces, 
	int intendation
)

Parameters

line
Type: System..::.String

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

whiteSpaces
Type: System..::.Int32

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

intendation
Type: System..::.Int32

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

See Also