Interface IStringOutputGenerator

IStringOutputGenerator interface

Represents an interface for generating output to a string of differences between texts.

public interface IStringOutputGenerator

Methods

NameDescription
GenerateOutput(List<DiffOperation>)Generates the output based on the differences between texts and saves it to a file.
GenerateOutput(List<List<DiffOperation>>)Generates the output based on the differences between texts and saves it to a file.

See Also