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

◆ RuntimeMethodInfoStub() [1/2]

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

Definition at line 25 of file RuntimeMethodInfoStub.cs.

26 {
27 m_keepalive = keepalive;
28 m_value = methodHandleValue;
29 }
RuntimeMethodHandleInternal m_value

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