Mono.Debugger.ThreadCommandResult.ThreadCommandResult C# (CSharp) 메소드

ThreadCommandResult() 개인적인 메소드

private ThreadCommandResult ( Thread thread ) : System
thread Thread
리턴 System
        internal ThreadCommandResult(Thread thread)
            : base(ThreadingModel.Single)
        {
            this.Thread = thread;
        }