ToCode Method (Boolean, Boolean, Boolean)

HttpServer.dll

Convert the node to c# code

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

Syntax

C#
protected override string ToCode(
	ref bool inString,
	bool smallEnough,
	bool smallEnoughIsDefaultValue
)
Visual Basic (Declaration)
Protected Overrides Function ToCode ( _
	ByRef inString As Boolean, _
	smallEnough As Boolean, _
	smallEnoughIsDefaultValue As Boolean _
) As String
Visual C++
protected:
virtual String^ ToCode(
	bool% inString, 
	bool smallEnough, 
	bool smallEnoughIsDefaultValue
) override

Parameters

inString
Type: System..::.Boolean %
True if we are inside the internal stringbuilder
smallEnough
Type: System..::.Boolean
true if all subnodes fit on one line
smallEnoughIsDefaultValue
Type: System..::.Boolean
todo: add description

Return Value

c# code

See Also