|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| OrderedDictionaryKeyValueCollection (ArrayList array, 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 ArrayList | _objects |
| readonly bool | _isKeys |
Definition at line 55 of file OrderedDictionary.cs.