Click or drag to resize

SequenceSequenceCall Fields

The SequenceSequenceCall type exposes the following members.

Fields
  NameDescription
Public fieldArgumentExpressions
An array of expressions used to compute the input arguments.
Public fieldArguments
Buffer to store the argument values for the call; used to avoid unneccessary memory allocations.
Protected fieldid
stores the sequence /expression unique id
(Inherited from SequenceBase.)
Public fieldReturnVars
An array of variables used for the return values. Might be empty if the caller is not interested in available returns values.
Public fieldSequenceType
The type of the sequence (e.g. LazyOr or Transaction)
(Inherited from Sequence.)
Public fieldspecial (Inherited from SequenceSpecial.)
Public fieldsubgraph
The subgraph to be switched to for sequence execution.
Top
See Also