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 |
Return Value
c# code
See Also