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

◆ Suspend()

void System.Threading.Thread.Suspend ( )
inline

Definition at line 713 of file Thread.cs.

714 {
715 throw new PlatformNotSupportedException(SR.PlatformNotSupported_ThreadSuspend);
716 }

References System.SR.PlatformNotSupported_ThreadSuspend.