AddFunction(string,Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>)
Method in Actions
Summary
public void AddFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(string name, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult> implementation);
Parameters
Name
Description
string
name
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>
implementation
PreviousAddFunction(string,Func<TResult>)NextAddFunction(string,Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>)
Last updated
Was this helpful?