Click or drag to resize

IncnumOperator Properties

The IncnumOperator type exposes the following members.

Properties
  NameDescription
Public propertyCompilation
Gets or sets the compilation to which this operator belongs.
(Inherited from Operator.)
Public propertyInput
Gets or sets the expression representing the input object.
(Inherited from Operator.)
Public propertyName
Gets the name.
(Inherited from NamedOperator.)
Public propertyOperatorNo
Gets the operator no within the compilation.
(Inherited from Operator.)
Public propertyParameters
Gets or sets the parameters.
(Inherited from Operator.)
Public propertyResult
Gets the result expression, set by the latest compilation. It represents the operator, applied over the input object and parameters.
(Inherited from Operator.)
Top
See Also