BitOrchestra.Expression.CreateEvaluator C# (CSharp) Method

CreateEvaluator() protected abstract method

Gets an evaluator for this expression.
protected abstract CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator
Cache Evaluator>.Dictionary
BufferSize int
Resolution int
return Evaluator
        protected abstract Evaluator CreateEvaluator(Dictionary<Expression, Evaluator> Cache, int BufferSize, int Resolution);