Click or drag to resize

DiffMatchPatchPatchMake Method

Overload List
  Name Description
Public method PatchMake(ListDiff) Compute a list of patches to turn text1 into text2. text1 will be derived from the provided diffs.
Public method PatchMake(String, ListDiff) Compute a list of patches to turn text1 into text2. text2 is not provided, diffs are the delta between text1 and text2.
Public method PatchMake(String, String) Compute a list of patches to turn text1 into text2. A set of diffs will be computed.
Public method PatchMake(String, String, ListDiff) Obsolete.
Compute a list of patches to turn text1 into text2. text2 is ignored, diffs are the delta between text1 and text2.
Top
See Also