Mono.Debugger.OperationCommandResult.OperationCommandResult C# (CSharp) Méthode

OperationCommandResult() private méthode

private OperationCommandResult ( ThreadingModel model ) : System
model ThreadingModel
Résultat System
        internal OperationCommandResult(ThreadingModel model)
        {
            this.ThreadingModel = model;
        }