Mono.Debugger.ThreadGroup.RemoveThread C# (CSharp) 메소드

RemoveThread() 공개 메소드

public RemoveThread ( int id ) : void
id int
리턴 void
        public void RemoveThread(int id)
        {
            if (IsSystem)
                throw new InvalidOperationException ();

            threads.Remove (id);
        }