Click or drag to resize

IsUriFunction Properties

The IsUriFunction type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Gets the Arguments of the Expression.
(Inherited from BaseUnaryExpression.)
Public propertyCanParallelise
Gets whether an expression can safely be evaluated in parallel.
(Inherited from BaseUnaryExpression.)
Public propertyFunctor
Gets the Functor of the Expression.
(Overrides IsIriFunctionFunctor.)
Public propertyType
Gets the Type of the Expression.
(Inherited from IsIriFunction.)
Public propertyVariables
Gets an enumeration of all the Variables used in this expression.
(Inherited from BaseUnaryExpression.)
Top
See Also