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

◆ Abort() [1/2]

void System.Threading.Thread.Abort ( )
inline

Definition at line 695 of file Thread.cs.

696 {
697 throw new PlatformNotSupportedException(SR.PlatformNotSupported_ThreadAbort);
698 }

References System.SR.PlatformNotSupported_ThreadAbort.