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