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

◆ Abort() [2/2]

void System.Threading.Thread.Abort ( object? stateInfo)
inline

Definition at line 701 of file Thread.cs.

702 {
703 throw new PlatformNotSupportedException(SR.PlatformNotSupported_ThreadAbort);
704 }

References System.SR.PlatformNotSupported_ThreadAbort.