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

◆ RuntimeMethodInfoStub() [2/2]

System.RuntimeMethodInfoStub.RuntimeMethodInfoStub ( IntPtr methodHandleValue,
object keepalive )
inline

Definition at line 31 of file RuntimeMethodInfoStub.cs.

32 {
33 m_keepalive = keepalive;
34 m_value = new RuntimeMethodHandleInternal(methodHandleValue);
35 }
RuntimeMethodHandleInternal m_value

References System.RuntimeMethodInfoStub.m_keepalive, and System.RuntimeMethodInfoStub.m_value.