|
Terraria v1.4.4.9
Terraria source code documentation
|
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 5 of file ComponentCollection.cs.