Click or drag to resize

SequenceExpressionFunctionCallCompiled Fields

The SequenceExpressionFunctionCallCompiled type exposes the following members.

Fields
 NameDescription
Public fieldArgumentExpressions An array of expressions used to compute the input arguments.
(Inherited from SequenceExpressionFunctionCall)
Public fieldArguments Buffer to store the argument values for the call; used to avoid unneccessary memory allocations.
(Inherited from SequenceExpressionFunctionCall)
Protected fieldid stores the sequence /expression unique id
(Inherited from SequenceBase)
Public fieldisExternal 
Public fieldname 
Public fieldpackage 
Public fieldpackagePrefixedName 
Public fieldReturnType The type returned
Public fieldSequenceComputationType The type of the sequence computation (e.g. Assignment or MethodCall)
(Inherited from SequenceComputation)
Public fieldSequenceExpressionType The type of the sequence expression (e.g. Variable or IsVisited)
(Inherited from SequenceExpression)
Top
See Also