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

◆ GetCompressedStack()

CompressedStack System.Threading.Thread.GetCompressedStack ( )
inline

Definition at line 791 of file Thread.cs.

792 {
793 throw new InvalidOperationException(SR.Thread_GetSetCompressedStack_NotSupported);
794 }

References System.SR.Thread_GetSetCompressedStack_NotSupported.