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