System.Diagnostics.ProcessThreadCollection.IndexOf C# (CSharp) Метод

IndexOf() публичный Метод

public IndexOf ( ProcessThread thread ) : int
thread ProcessThread
Результат int
        public int IndexOf(ProcessThread thread)
        {
            return InnerList.IndexOf(thread);
        }

Same methods

ProcessThreadCollection::IndexOf ( System thread ) : int