 | ExpressionParserGetOperand's method |
Parses and returns all names that do not belong to the operators defined for this parser type.
Namespace: NetEti.ExpressionParserAssembly: NetEti.ExpressionParser (in NetEti.ExpressionParser.dll) Version: 1.0.0+20609015c2da6e03a80f381a46b367814c82f34b
Syntaxpublic Cunning<string> GetOperands(
string expression
)
Public Function GetOperands (
expression As String
) As Cunning(Of String)
public:
Cunning<String^>^ GetOperands(
String^ expression
)
member GetOperands :
expression : string -> Cunning<string>
Parameters
- expression String
- The expression to be parsed.
Return value
CunningStringList of all operands.
See also