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
)
inline
static
Definition at line
43
of file
DelegateHelpers.cs
.
44
{
45
return
(TReturn)handler(
Array
.Empty<
object
>());
46
}
System.Reflection.CustomAttributeEncoding.Array
@ Array
System
Dynamic
Utils
DelegateHelpers
Generated by
1.10.0