Class BreakpointsData
Represents a collection of the BreakpointData
objects for the serialization purpose.
public class BreakpointsData
- Inheritance
-
BreakpointsData
Constructors
- BreakpointsData(IEnumerable<BreakpointData>)
Initializes a new instance of the BreakpointsData with specified parameters.
Fields
- Default
Gets a default
BreakpointsData
object.
Properties
- Breakpoints
Gets a list of the
BreakpointData
stored in this object.