|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.Runtime.Serialization.LongList:Package Functions | |
| LongList () | |
| LongList (int startingSize) | |
| void | Add (long value) |
| void | StartEnumeration () |
| bool | MoveNext () |
| bool | RemoveElement (long value) |
Properties | |
| int | Count [get, set] |
| long | Current [get, set] |
Private Member Functions | |
| void | EnlargeArray () |
Private Attributes | |
| long[] | m_values |
| int | m_count |
| int | m_totalItems |
| int | m_currentItem |
Definition at line 9 of file LongList.cs.