Append Method

HttpServer.dll

Append another line

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

Syntax

C#
public void Append(
	LineInfo line
)
Visual Basic (Declaration)
Public Sub Append ( _
	line As LineInfo _
)
Visual C++
public:
void Append(
	LineInfo^ line
)

Parameters

line
Type: HttpServer.Rendering.Haml..::.LineInfo

[Missing <param name="line"/> documentation for "M:HttpServer.Rendering.Haml.LineInfo.Append(HttpServer.Rendering.Haml.LineInfo)"]

See Also