C# Class Algo.Runtime.Build.AlgorithmDOM.DOM.AlgorithmExpression

Basic class that represents an expression in an algorithm
Inheritance: Algo.Runtime.Build.AlgorithmDOM.DOM.AlgorithmObject
Mostra file Open project: veler/AlgorithmSimulator Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Gets a string representation of the reference

Method Details

ToString() public abstract method

Gets a string representation of the reference
public abstract ToString ( ) : string
return string