Reads the argument count of an expression being read manually.
The number of arguments of the function.
This method can be used after GetNextExpressionType or GetExpressionType returns the value ExpressionType.Function. The argument count is always followed by the head of the expression. The head is followed by the arguments; the argument count tells how many there will be.
Exception Type | Condition |
---|---|
MathLinkException | On any MathLink error. |
IMathLink Interface | Wolfram.NETLink Namespace | GetNextExpressionType | GetExpressionType