|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| void | Push (TKey key, TValue value) |
| TValue | TryPop (TKey key) |
Private Attributes | |
| readonly Dictionary< TKey, Stack< TValue > > | _data = new Dictionary<TKey, Stack<TValue>>() |
| TValue | : | class |
Definition at line 5 of file KeyedStack.cs.