Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetFuncThunks()
static
MethodInfo
[] System.Dynamic.Utils.DelegateHelpers.GetFuncThunks
(
)
inline
static
private
Definition at line
74
of file
DelegateHelpers.cs
.
75
{
76
Type
typeFromHandle = typeof(DelegateHelpers);
77
return
new
MethodInfo
[3]
78
{
79
typeFromHandle.GetMethod(
"FuncThunk"
),
80
typeFromHandle.GetMethod(
"FuncThunk1"
),
81
typeFromHandle.GetMethod(
"FuncThunk2"
)
82
};
83
}
System.Reflection.MethodInfo
Definition
MethodInfo.cs:7
System.Reflection.CustomAttributeEncoding.Type
@ Type
References
System.Type.GetMethod()
.
System
Dynamic
Utils
DelegateHelpers
Generated by
1.10.0