XLE  v0.02.0
Public Member Functions | Public Attributes | List of all members
DiffMatchPatch.Patch Class Reference

Public Member Functions

override string ToString ()
 

Public Attributes

List< Diffdiffs = new List<Diff>()
 
int start1
 
int start2
 
int length1
 
int length2
 

Detailed Description

Class representing one patch operation.

Member Function Documentation

override string DiffMatchPatch.Patch.ToString ( )
inline

Emmulate GNU diff's format. Header: @ -382,8 +481,9 @ Indicies are printed as 1-based, not 0-based.

Returns
The GNU diff string.

The documentation for this class was generated from the following file: