C# Class ExcelFormulaParser.Engine.ExpressionGraph.FunctionCompilers.FunctionCompilerFactory

Show file Open project: swmal/ExcelFormulaParser

Public Methods

Method Description
Create ( ExcelFunction function ) : FunctionCompiler

Method Details

Create() public method

public Create ( ExcelFunction function ) : FunctionCompiler
function ExcelFormulaParser.Engine.Excel.Functions.ExcelFunction
return FunctionCompiler