Class NotifyExpressionBase
Base class for incremental expressions
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public abstract class NotifyExpressionBase : Expression
Remarks
The purpose of this class is only to be able to both shadow and override the inherited Reduce method
Methods
| Edit this page View SourceBaseReduce()
Rerouted inherited reduce method
Declaration
protected virtual Expression BaseReduce()
Returns
Type | Description |
---|---|
Expression |
Reduce()
Expression reduce method
Declaration
public override sealed Expression Reduce()
Returns
Type | Description |
---|---|
Expression |