BitOrchestra.Evaluator.Invalidate C# (CSharp) Method

Invalidate() public method

Discards all intermediate results for the last Generate call and prepares the evaluator for another iteration.
public Invalidate ( ) : void
return void
        public virtual void Invalidate()
        {
            this.Ready = false;
        }