Last updated 4 months ago
Was this helpful?
Method in
public void AddFunction<T1, T2, T3, T4, T5, T6, TResult>(string name, Func<T1, T2, T3, T4, T5, T6, TResult> implementation);
string name
string
Func<T1, T2, T3, T4, T5, T6, TResult> implementation
Func<T1, T2, T3, T4, T5, T6, TResult>