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
)
inline
static
Definition at line
33
of file
DelegateHelpers.cs
.
34
{
35
handler(
new
object
[1] { t1 });
36
}
System
Dynamic
Utils
DelegateHelpers
Generated by
1.10.0