Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 413 Bytes

yarn.unity.actions.addfunction-8.md

File metadata and controls

19 lines (11 loc) · 413 Bytes

Actions.AddFunction(string,Func<T1, T2, T3, T4, T5, T6, TResult>)

Method in Actions

Summary

public void AddFunction<T1, T2, T3, T4, T5, T6, TResult>(string name, Func<T1, T2, T3, T4, T5, T6, TResult> implementation);

Parameters

Name Description
string name
System.Func<T1, T2, T3, T4, T5, T6, TResult> implementation