Table of Contents

Interface ITypeAnalyzer

Namespace
xFunc.Maths.Analyzers.TypeAnalyzers
Assembly
xFunc.Maths.dll

Type Analyzer checks the expression tree for argument type and result type. If result type is Undefined, then Type Analyzer cannot determine the right type and bypass current expression.

public interface ITypeAnalyzer : IAnalyzer<ResultTypes>
Inherited Members

See Also

IAnalyzer<TResult>