Mono.Debugger.ThreadCommandResult.ThreadCommandResult C# (CSharp) Method

ThreadCommandResult() private method

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