System.Diagnostics.ProcessThreadCollection.Insert C# (CSharp) Method

Insert() public method

public Insert ( int index, System thread ) : void
index int
thread System
return void
        public void Insert(int index, System.Diagnostics.ProcessThread thread) { }
        public void Remove(System.Diagnostics.ProcessThread thread) { }

Same methods

ProcessThreadCollection::Insert ( int index, ProcessThread thread ) : void