Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ProcessThreadCollection (ProcessThread[] processThreads) | |
int | Add (ProcessThread thread) |
void | Insert (int index, ProcessThread thread) |
int | IndexOf (ProcessThread thread) |
bool | Contains (ProcessThread thread) |
void | Remove (ProcessThread thread) |
void | CopyTo (ProcessThread[] array, int index) |
virtual IEnumerator | GetEnumerator () |
Protected Member Functions | |
ProcessThreadCollection () | |
Package Functions | |
void | Dispose () |
Properties | |
ProcessThread | 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 ProcessThreadCollection.cs.