Method RemoveBreakpoints
RemoveBreakpoints(IList<Breakpoint>)
When implemented by a class, removes several Breakpoint from the list.
void RemoveBreakpoints(IList<Breakpoint> breakpoints)
Parameters
breakpointsIList<Breakpoint>The number of
Breakpointto remove from the list.