Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetActionThunks()
static
MethodInfo
[] System.Dynamic.Utils.DelegateHelpers.GetActionThunks
(
)
inline
static
private
Definition at line
63
of file
DelegateHelpers.cs
.
64
{
65
Type
typeFromHandle = typeof(DelegateHelpers);
66
return
new
MethodInfo
[3]
67
{
68
typeFromHandle.GetMethod(
"ActionThunk"
),
69
typeFromHandle.GetMethod(
"ActionThunk1"
),
70
typeFromHandle.GetMethod(
"ActionThunk2"
)
71
};
72
}
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