Last updated 1 year ago
Was this helpful?
Method in
public void AddFunction<T1, T2, T3, T4, TResult>(string name, Func<T1, T2, T3, T4, TResult> implementation);
string name
string
System.Func<T1, T2, T3, T4, TResult> implementation
System.Func<T1, T2, T3, T4, TResult>