Diff : Algorithm.Diff Namespace
IDiff

An interface representing objects that return Algorithm.Diff+Hunk objects.

public interface IDiff : , IEnumerable


Remarks
None.
Members
Properties
Left [read-only]
IList . The list used as the left document in the diff.
Right [read-only]
IList . The list used as the right document in the diff.
Member Details
Left
public IList Left { get; }

The list used as the left document in the diff.

Value
The left document.
Remarks
None.

Right
public IList Right { get; }

The list used as the right document in the diff.

Value
The right document.
Remarks
None.