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

◆ GetFuncThunks()

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

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 }

References System.Type.GetMethod().