SequenceComputationProcedureCallInterpreted Fields |
The SequenceComputationProcedureCallInterpreted type exposes the following members.
| Name | Description | |
|---|---|---|
| ArgumentExpressions |
An array of expressions used to compute the input arguments.
(Inherited from SequenceComputationProcedureCall.) | |
| Arguments |
Buffer to store the argument values for the call; used to avoid unneccessary memory allocations.
(Inherited from SequenceComputationProcedureCall.) | |
| id |
stores the sequence /expression unique id
(Inherited from SequenceBase.) | |
| ProcedureDef |
The procedure to be used
| |
| ReturnVars |
An array of variables used for the return values. Might be empty if the caller is not interested in available returns values.
(Inherited from SequenceComputationProcedureCall.) | |
| SequenceComputationType |
The type of the sequence computation (e.g. Assignment or MethodCall)
(Inherited from SequenceComputation.) |