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

IndexOf() public method

public IndexOf ( ProcessThread thread ) : int
thread ProcessThread
return int
        public int IndexOf(ProcessThread thread)
        {
            return InnerList.IndexOf(thread);
        }

Same methods

ProcessThreadCollection::IndexOf ( System thread ) : int