|
XLE
v0.02.0
|
Public Member Functions | |
| Diff (Operation operation, string text) | |
| override string | ToString () |
| override bool | Equals (Object obj) |
| bool | Equals (Diff obj) |
| override int | GetHashCode () |
Public Attributes | |
| Operation | operation |
| string | text |
Class representing one diff operation.
|
inline |
Constructor. Initializes the diff with the provided values.
| operation | One of INSERT, DELETE or EQUAL. |
| text | The text being applied. |
|
inline |
|
inline |
Display a human-readable version of this Diff.
1.8.10