DiffSummary Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DiffSummary(DiffFile, DiffFile, array<IDiffChange[], Boolean) | Constructs a new DiffSummary from the given files and diff change list. The diff change list will be included in the summary if it is requested. | |
DiffSummary(Int32, Int32, Int32, Int32, Int32) | Creates a DiffSummary with the given values |
Top