Constructors
Defines the constructors for the DocumentLink class.
less than a minute
Overloads
DocumentLink()
- Initializes a new instance of the DocumentLink class.
DocumentLink(System.Text.RegularExpressions.Group)
- Initializes a new instance of the DocumentLink class from a regular expression match.
DocumentLink(System.Text.RegularExpressions.Group, int)
- Initializes a new instance of the DocumentLink class from a regular expression match and a given line number.
DocumentLink()
Initializes a new instance of the DocumentLink class.
DocumentLink(System.Text.RegularExpressions.Group)
Initializes a new instance of the DocumentLink class from a regular expression match.
DocumentLink(System.Text.RegularExpressions.Group, int)
Initializes a new instance of the DocumentLink class from a regular expression match and a given line number.
Last modified March 3, 2023: (MAINT) Rename Source folder to Projects (8b45aed)