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

◆ Run()

static void System.Threading.CompressedStack.Run ( CompressedStack compressedStack,
ContextCallback callback,
object? state )
inlinestatic

Definition at line 31 of file CompressedStack.cs.

32 {
33 if (compressedStack == null)
34 {
35 throw new ArgumentNullException("compressedStack");
36 }
37 callback(state);
38 }

References System.Runtime.Serialization.Dictionary, and System.state.