Open lab313ru opened 4 years ago
I'm trying to use the Breakpoint class to pass an array to SetBreakpoints() method, but this class doesn't contain any constructor - only private fields. How can I use it?
Breakpoint
SetBreakpoints()
I'm trying to use the
Breakpoint
class to pass an array toSetBreakpoints()
method, but this class doesn't contain any constructor - only private fields. How can I use it?