A hunk is a range in the original list that is in correspondence with ranges in one or more other lists.
|
See Also: Inherited members from object.
|
ChangedLists
[read-only]
abstract |
int . Gets the number of lists in this hunk representing changes to the original document. |
|
Conflict
[read-only]
abstract |
bool . Gets whether this hunk represents a merge conflict. |
|
Same
[read-only]
abstract |
bool . Gets whether this hunk represents a portion of the original document in which no changes were made. |
| abstract |
Changes
(int) Gets the range in a revision document represented by this hunk. |
| abstract |
IsSame
(int) Gets whether any changes were made in one of the revised documents in this hunk. |
|
MaxLines
() Gets the maximum of the number of elements contained in the ranges for the original document and the revision documents. |
|
| abstract |
Original
() Gets the range in the original document represented by this hunk. |
Gets whether any changes were made in one of the revised documents in this hunk.
Gets the range in the original document represented by this hunk.
Gets the range in a revision document represented by this hunk.
Gets the maximum of the number of elements contained in the ranges for the original document and the revision documents.
Gets the number of lists in this hunk representing changes to the original document.
Gets whether this hunk represents a portion of the original document in which no changes were made.
Gets whether this hunk represents a merge conflict.