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

◆ SetCompressedStack()

void System.Threading.Thread.SetCompressedStack ( CompressedStack stack)
inline

Definition at line 797 of file Thread.cs.

798 {
799 throw new InvalidOperationException(SR.Thread_GetSetCompressedStack_NotSupported);
800 }

References System.SR.Thread_GetSetCompressedStack_NotSupported.