Class BreakPoint
A break point.
public class BreakPoint : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseBreakPoint
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
BreakPoint(int)
Initializes a new instance of the BreakPoint class.
public BreakPoint(int line)
Parameters
line
intThe number of the line, at least one.
Exceptions
- ArgumentException
Thrown when line is less than 1.
Fields
BreakPointXMLAttributeName
Gets the xml attribute name for a break point.
public const string BreakPointXMLAttributeName = "BreakPoint"
Field Value
LineXMLAttributeName
Gets the xml attribute name for a break point line.
public const string LineXMLAttributeName = "Line"
Field Value
Properties
Line
Gets the line.
public int Line { get; }
Property Value
Methods
ToXElement()
Creates a new node as XElement from a break point.
public XElement ToXElement()