|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | NodeKeyValueEnumerator |
Public Member Functions | |
| NodeKeyValueCollection (ListDictionaryInternal list, bool isKeys) | |
Properties | |
| int ICollection. | Count [get] |
| bool ICollection. | IsSynchronized [get] |
| object ICollection. | SyncRoot [get] |
Private Member Functions | |
| void ICollection. | CopyTo (Array array, int index) |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| readonly ListDictionaryInternal | list |
| readonly bool | isKeys |
Definition at line 94 of file ListDictionaryInternal.cs.