Click or drag to resize

SequenceComputationProcedureCallCompiled Fields

The SequenceComputationProcedureCallCompiled type exposes the following members.

Fields
 NameDescription
Public fieldArgumentExpressions An array of expressions used to compute the input arguments.
(Inherited from SequenceComputationProcedureCall)
Public fieldArguments Buffer to store the argument values for the call; used to avoid unneccessary memory allocations.
(Inherited from SequenceComputationProcedureCall)
Protected fieldid stores the sequence /expression unique id
(Inherited from SequenceBase)
Public fieldisExternal 
Public fieldname 
Public fieldpackage 
Public fieldpackagePrefixedName 
Public fieldReturnVars 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)
Public fieldSequenceComputationType The type of the sequence computation (e.g. Assignment or MethodCall)
(Inherited from SequenceComputation)
Top
See Also