terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Start() [3/3]

void System.Threading.Thread.Start ( StackCrawlMark stackMark)
inlineprivate

Definition at line 72 of file Thread.cs.

73 {
75 if (@delegate == null || @delegate.m_target != null)
76 {
77 }
78 }
class f__AnonymousType0<< Count > j__TPar
object m_target
Definition Delegate.cs:374
MulticastDelegate m_Delegate
Definition Thread.cs:764

References j__TPar, System.Threading.Thread.m_Delegate, and System.Delegate.m_target.