Microsoft.R.Debugger.AD7BoundBreakpoint.AD7BoundBreakpoint C# (CSharp) Method

AD7BoundBreakpoint() public method

public AD7BoundBreakpoint ( AD7PendingBreakpoint pendingBreakpoint, RSourceLocation location, enum_PENDING_BP_STATE state ) : System
pendingBreakpoint AD7PendingBreakpoint
location RSourceLocation
state enum_PENDING_BP_STATE
return System
        public AD7BoundBreakpoint(AD7PendingBreakpoint pendingBreakpoint, RSourceLocation location, enum_PENDING_BP_STATE state) {
            PendingBreakpoint = pendingBreakpoint;
            Location = location;
            SetState((enum_BP_STATE)state);
        }