Interface IFunction<TInputArgumentType, TOutputType>
Assembly: SpiceSharpParser.dll
Syntax
public interface IFunction<in TInputArgumentType, out TOutputType> : IFunction
Type Parameters
| Name |
Description |
| TInputArgumentType |
|
| TOutputType |
|
Methods
|
Improve this Doc
View Source
Logic(String, TInputArgumentType[], EvaluationContext)
Declaration
TOutputType Logic(string image, TInputArgumentType[] args, EvaluationContext context)
Parameters
| Type |
Name |
Description |
| System.String |
image |
|
| TInputArgumentType[] |
args |
|
| EvaluationContext |
context |
|
Returns
| Type |
Description |
| TOutputType |
|