IStringOutputGenerator.GenerateOutput
GenerateOutput(List<DiffOperation>)
根据文本之间的差异生成输出并将其保存到文件。
public string GenerateOutput(List<DiffOperation> diffrences)
| 参数 | 类型 | 描述 |
|---|---|---|
| diffrences | List`1 | 文本之间差异的列表。 |
返回值
输出的文本表示。
另见
GenerateOutput(List<List<DiffOperation>>)
根据文本之间的差异生成输出并将其保存到文件。
public string GenerateOutput(List<List<DiffOperation>> diffrences)
| 参数 | 类型 | 描述 |
|---|---|---|
| diffrences | List`1 | 文本之间差异的列表。 |
返回值
输出的文本表示。