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

◆ FuncThunk2< T1, T2, TReturn >()

static TReturn System.Dynamic.Utils.DelegateHelpers.FuncThunk2< T1, T2, TReturn > ( Func< object[], object > handler,
T1 t1,
T2 t2 )
inlinestatic

Definition at line 53 of file DelegateHelpers.cs.

54 {
55 return (TReturn)handler(new object[2] { t1, t2 });
56 }