Diff : Algorithm.Diff Namespace
Merge+Conflict

A segment of a document returned by Algorithm.Diff.Merge.MergeLists for which there were conflicts among the revisions.

public class Merge+Conflict : IEnumerable


Remarks
None.
Members

See Also: Inherited members from object.

Properties
Ranges [read-only]
Range[]. A list of Range objects, each of which represents one of the ways this portion of the original document was revised.
Member Details
Ranges
public Range[] Ranges { get; }

A list of Range objects, each of which represents one of the ways this portion of the original document was revised.

Value
An array of Range objects.
Remarks
It is currently impossible to determine which range object corresponds to which Diff/Patch or document provided to the constructor of this Merge.