Table of Contents

Class NotifyExpressionBase

Namespace
NMF.Expressions
Assembly
NMF.Expressions.dll

Base class for incremental expressions

public abstract class NotifyExpressionBase : Expression
Inheritance
NotifyExpressionBase
Derived
Inherited Members
Extension Methods

Remarks

The purpose of this class is only to be able to both shadow and override the inherited Reduce method

Methods

BaseReduce()

Rerouted inherited reduce method

protected virtual Expression BaseReduce()

Returns

Expression

Reduce()

Expression reduce method

public override sealed Expression Reduce()

Returns

Expression