Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.ProcessThreadCollection Class Reference

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
 

Detailed Description

Definition at line 5 of file ProcessThreadCollection.cs.


The documentation for this class was generated from the following file: