Click or drag to resize

ExpressionParserGetOperand's method

Parses and returns all names that do not belong to the operators defined for this parser type.

Namespace: NetEti.ExpressionParser
Assembly: NetEti.ExpressionParser (in NetEti.ExpressionParser.dll) Version: 1.0.0+20609015c2da6e03a80f381a46b367814c82f34b
Syntax
public Cunning<string> GetOperands(
	
	string expression
)

Parameters

expression  String
The expression to be parsed.

Return value

CunningString
List of all operands.
See also