IStringOutputGenerator.GenerateOutput

GenerateOutput(List<DiffOperation>)

Generates the output based on the differences between texts and saves it to a file.

public string GenerateOutput(List<DiffOperation> diffrences)
ParameterTypeDescription
diffrencesList`1The list of differences between texts.

Return Value

Text representation of output.

See Also


GenerateOutput(List<List<DiffOperation>>)

Generates the output based on the differences between texts and saves it to a file.

public string GenerateOutput(List<List<DiffOperation>> diffrences)
ParameterTypeDescription
diffrencesList`1The list of differences between texts.

Return Value

Text representation of output.

See Also