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