C# Class ParseDiff.ChunkDiff

Show file Open project: jkingry/ParseDiff Class Usage Examples

Public Methods

Method Description
ChunkDiff ( string content, int oldStart, int oldLines, int newStart, int newLines ) : System.Collections.Generic

Method Details

ChunkDiff() public method

public ChunkDiff ( string content, int oldStart, int oldLines, int newStart, int newLines ) : System.Collections.Generic
content string
oldStart int
oldLines int
newStart int
newLines int
return System.Collections.Generic