Click or drag to resize

BaseBinaryStringFunction Properties

The BaseBinaryStringFunction type exposes the following members.

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