SequenceSequenceCallInterpreted Fields |
The SequenceSequenceCallInterpreted type exposes the following members.
| Name | Description | |
|---|---|---|
| ArgumentExpressions |
An array of expressions used to compute the input arguments.
(Inherited from SequenceSequenceCall.) | |
| Arguments |
Buffer to store the argument values for the call; used to avoid unneccessary memory allocations.
(Inherited from SequenceSequenceCall.) | |
| id |
stores the sequence /expression unique id
(Inherited from SequenceBase.) | |
| 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 SequenceSequenceCall.) | |
| SequenceDef |
The defined sequence to be used
| |
| SequenceType |
The type of the sequence (e.g. LazyOr or Transaction)
(Inherited from Sequence.) | |
| special | (Inherited from SequenceSpecial.) | |
| subgraph |
The subgraph to be switched to for sequence execution.
(Inherited from SequenceSequenceCall.) |