|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| struct | Entry |
Public Member Functions | |
| PriorityDictionary () | |
| void | Clear () |
| bool | TryGetValue (K key, [MaybeNullWhen(false)] out V value) |
| void | Add (K key, V value) |
Properties | |
| int | Now [get] |
Private Member Functions | |
| void | DecreaseAll () |
Private Attributes | |
| Dictionary< K, V > | _dictionary |
| readonly Entry[] | _list |
| int | _listCount |
| int | _now |
| K | : | class |
Definition at line 9 of file XmlBinaryWriterSession.cs.