Community
Yarn Spinnerยฎ and Secret Labยฎ are trade marks of Secret Lab Pty. Ltd., and are used by Yarn Spinner Pty. Ltd. under license.
Method in Actions
public void AddFunction<T1, T2, T3, T4, T5, TResult>(string name, Func<T1, T2, T3, T4, T5, TResult> implementation);
string name
string
System.Func<T1, T2, T3, T4, T5, TResult> implementation
System.Func<T1, T2, T3, T4, T5, TResult>