AddFunction(string,System.Func<TResult, T1, T2>)
public void AddFunction<TResult, T1, T2>(string name, System.Func<TResult, T1, T2> implementation)
Name | Description |
---|---|
string name | |
System.Func<TResult, T1, T2> implementation | |
Name | Description |
---|---|
T2 | The type of the second parameter to the function. |