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

Remove() public method

public Remove ( System thread ) : void
thread System
return void
        public void Remove(System.Diagnostics.ProcessThread thread) { }
    }

Same methods

ProcessThreadCollection::Remove ( ProcessThread thread ) : void