Override this method if you want to customize how the node dumps
out its children.
Namespace:
SingularSys.Jep.ParserAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public void Dump( string prefix ) |
| Visual Basic (Declaration) |
|---|
Public Sub Dump ( _ prefix As String _ ) |
| Visual C++ |
|---|
public: void Dump( String^ prefix ) |
Parameters
- prefix
- Type: System..::.String