terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ComponentCollection (IComponent[] components) | |
void | CopyTo (IComponent[] array, int index) |
virtual IEnumerator | GetEnumerator () |
Properties | |
virtual IComponent | this[string name] [get] |
virtual IComponent | this[int index] [get] |
ArrayList | InnerList [get] |
virtual int | Count [get] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
Private Attributes | |
ArrayList | _list |
Definition at line 7 of file ComponentCollection.cs.