Click or drag to resize

NowFunction Properties

The NowFunction type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Gets the arguments of the expression.
(Inherited from NowFunction.)
Public propertyCanParallelise
Gets whether an expression can safely be evaluated in parallel.
(Inherited from NowFunction.)
Public propertyFunctor
Gets the Functor of this Expression.
(Overrides NowFunctionFunctor.)
Public propertyType
Gets the Type of the Expression.
(Inherited from NowFunction.)
Public propertyVariables
Gets the variables in the expression.
(Inherited from NowFunction.)
Top
See Also