예제 #1
0
 public RBrowseEventArgs(IRSessionContext context, bool isStepCompleted, IReadOnlyCollection <IRBreakpoint> breakpointsHit)
 {
     Context          = context;
     HasStepCompleted = isStepCompleted;
     BreakpointsHit   = breakpointsHit ?? new IRBreakpoint[0];
 }
예제 #2
0
 public RBrowseEventArgs(IRSessionContext context, bool isStepCompleted, IReadOnlyCollection<IRBreakpoint> breakpointsHit) {
     Context = context;
     HasStepCompleted = isStepCompleted;
     BreakpointsHit = breakpointsHit ?? new IRBreakpoint[0];
 }