|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | DictionaryNode |
| class | NodeEnumerator |
| class | NodeKeyValueCollection |
Public Member Functions | |
| ListDictionary () | |
| ListDictionary (IComparer? comparer) | |
| void | Add (object key, object? value) |
| void | Clear () |
| bool | Contains (object key) |
| void | CopyTo (Array array, int index) |
| IDictionaryEnumerator | GetEnumerator () |
| void | Remove (object key) |
Properties | |
| object? | this[object key] [get, set] |
| int | Count [get] |
| ICollection | Keys [get] |
| bool | IsReadOnly [get] |
| bool | IsFixedSize [get] |
| bool | IsSynchronized [get] |
| object | SyncRoot [get] |
| ICollection | Values [get] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| DictionaryNode | head |
| int | version |
| int | count |
| readonly IComparer | comparer |
Definition at line 7 of file ListDictionary.cs.