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

◆ StackDebugView()

System.Collections.Stack.StackDebugView.StackDebugView ( Stack stack)
inline

Definition at line 202 of file Stack.cs.

203 {
204 if (stack == null)
205 {
206 throw new ArgumentNullException("stack");
207 }
208 _stack = stack;
209 }

References System.Collections.Stack.StackDebugView._stack.