Constructors

Defines the constructors for the DocumentLink class.

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.

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.