Interface IFileOutputGenerator

IFileOutputGenerator interface

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

public interface IFileOutputGenerator

Methods

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

See Also