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

◆ Resume()

void System.Threading.Thread.Resume ( )
inline

Definition at line 719 of file Thread.cs.

720 {
721 throw new PlatformNotSupportedException(SR.PlatformNotSupported_ThreadSuspend);
722 }

References System.SR.PlatformNotSupported_ThreadSuspend.