ToCode Method (Boolean, Boolean, Boolean)
From HttpServer.dll
Generate C# code of the node
Namespace:
HttpServer.Rendering.Haml.Nodes
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected abstract string ToCode( ref bool inString, bool smallEnough, bool smallEnoughIsDefaultValue ) |
| Visual Basic (Declaration) |
|---|
Protected MustOverride 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 ) abstract |
Parameters
- inString
- Type:
System..::.Boolean
%
true if we are inside the internal stringbuilder
- smallEnough
- Type: System..::.Boolean
code is small enough to fit on one row.
- smallEnoughIsDefaultValue
- Type: System..::.Boolean
smallEnough is a default value, recalc it