Click or drag to resize

commandExpression Constructor (String, commandExpressionFormat)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the commandExpression class

Namespace:  imbACE.Core.commands.expressions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public commandExpression(
	string inputline,
	commandExpressionFormat inputformat
)
Request Example View Source

Parameters

inputline
Type: SystemString
inputformat
Type: imbACE.Core.commands.expressionscommandExpressionFormat
See Also