Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetActionThunks()

static MethodInfo[] System.Dynamic.Utils.DelegateHelpers.GetActionThunks ( )
inlinestaticprivate

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 }

References System.Type.GetMethod().