Class BreakpointsData.BreakpointData
This class is used to store individual breakpoint data for the serialization purpose.
public class BreakpointsData.BreakpointData
- Inheritance
-
BreakpointsData.BreakpointData
Constructors
- BreakpointData(string, int)
Initializes a new instance of the BreakpointsData.BreakpointData with specified parameters.
Properties
- FilePath
Gets or sets a file name associated with this
BreakpointData
.
- LineNumber
Gets or sets a breakpoint line number associated with this
BreakpointData
.