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

◆ StackDebugView()

Definition at line 12 of file StackDebugView.cs.

13 {
14 if (stack == null)
15 {
16 throw new ArgumentNullException("stack");
17 }
18 _stack = stack;
19 }

References System.Collections.Generic.StackDebugView< T >._stack.