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

ProcessThreadCollection() public method

public ProcessThreadCollection ( ProcessThread processThreads ) : System.Collections
processThreads ProcessThread
return System.Collections
        public ProcessThreadCollection(ProcessThread[] processThreads)
        {
            InnerList.AddRange(processThreads);
        }

Same methods

ProcessThreadCollection::ProcessThreadCollection ( )
ProcessThreadCollection::ProcessThreadCollection ( System processThreads )
ProcessThreadCollection::ProcessThreadCollection ( ) : System.Collections