Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ProcessThreadCollection() [2/2]

System.Diagnostics.ProcessThreadCollection.ProcessThreadCollection ( ProcessThread[] processThreads)
inline

Definition at line 13 of file ProcessThreadCollection.cs.

14 {
15 base.InnerList.AddRange(processThreads);
16 }