Click or drag to resize

DiffMatchPatchPatchMake(ListDiff) Method

Compute a list of patches to turn text1 into text2. text1 will be derived from the provided diffs.

Namespace: GSF.Text
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.284-beta+805ed69bbaa748bda5f49830845a2ffff2791ae0
Syntax
public List<Patch> PatchMake(
	List<Diff> diffs
)
View Source

Parameters

diffs  ListDiff
Array of Diff objects for text1 to text2

Return Value

ListPatch
List of Patch objects
See Also