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

◆ GetFunctionPointerForDelegate< TDelegate >()

static IntPtr System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate< TDelegate > ( TDelegate d)
inlinestatic
Type Constraints
TDelegate :notnull 

Definition at line 1466 of file Marshal.cs.

1466 : notnull
1467 {
1468 return GetFunctionPointerForDelegate((Delegate)(object)d);
1469 }
static IntPtr GetFunctionPointerForDelegate(Delegate d)
Definition Marshal.cs:1457

References System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate().