Constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public DiffTagger(
DiffOptions options
)
Public Sub New (
options As DiffOptions
)
Parameters
- options
- Type: NetQuarryDiffOptions
Options describing what diff tags to use. Note that only options affecting
the tags to use are used here, others are ignored.
See Also