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

OperationCommandResult() private method

private OperationCommandResult ( ThreadingModel model ) : System
model ThreadingModel
return System
        internal OperationCommandResult(ThreadingModel model)
        {
            this.ThreadingModel = model;
        }