Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FuncThunk1< T1, TReturn >()
static TReturn System.Dynamic.Utils.DelegateHelpers.FuncThunk1< T1, TReturn >
(
Func< object[], object >
handler
,
T1
t1
)
inline
static
Definition at line
48
of file
DelegateHelpers.cs
.
49
{
50
return
(TReturn)handler(
new
object
[1] { t1 });
51
}
System
Dynamic
Utils
DelegateHelpers
Generated by
1.10.0