BitOrchestra.ConstantEvaluator.Invalidate C# (CSharp) Method

Invalidate() public method

public Invalidate ( ) : void
return void
        public override void Invalidate()
        {
            // Since the value of this evaluator never changes, there is no need to invalidate.
        }