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

◆ SetApartmentState()

void System.Threading.Thread.SetApartmentState ( ApartmentState state)
inline

Definition at line 666 of file Thread.cs.

667 {
668 bool flag = this.TrySetApartmentState(state);
669 }
bool TrySetApartmentState(ApartmentState state)
Definition Thread.cs:672

References System.Threading.Thread.TrySetApartmentState().