Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ActionThunk1< T1 >()

static void System.Dynamic.Utils.DelegateHelpers.ActionThunk1< T1 > ( Func< object[], object > handler,
T1 t1 )
inlinestatic

Definition at line 33 of file DelegateHelpers.cs.

34 {
35 handler(new object[1] { t1 });
36 }