|
DiffMatchPatchDiffText2 Method
|
Compute and return the destination text (all equalities and insertions).
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic string DiffText2(
List<Diff> diffs
)
Public Function DiffText2 (
diffs As List(Of Diff)
) As String
public:
String^ DiffText2(
List<Diff^>^ diffs
)
member DiffText2 :
diffs : List<Diff> -> string
function DiffText2(diffs);
View SourceParameters
- diffs ListDiff
- List of Diff objects
Return Value
StringDestination text
See Also