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

◆ Clear()

override void System.Collections.Stack.SyncStack.Clear ( )
inlinevirtual

Reimplemented from System.Collections.Stack.

Definition at line 55 of file Stack.cs.

56 {
57 lock (_root)
58 {
59 _s.Clear();
60 }
61 }
virtual void Clear()
Definition Stack.cs:260

References System.Collections.Stack.SyncStack._root, System.Collections.Stack.SyncStack._s, and System.Collections.Stack.Clear().