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

◆ FuncThunk< TReturn >()

static TReturn System.Dynamic.Utils.DelegateHelpers.FuncThunk< TReturn > ( Func< object[], object > handler)
inlinestatic

Definition at line 43 of file DelegateHelpers.cs.

44 {
45 return (TReturn)handler(Array.Empty<object>());
46 }