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;
        }