C# 클래스 ParseDiff.ChunkDiff

파일 보기 프로젝트 열기: jkingry/ParseDiff 1 사용 예제들

공개 메소드들

메소드 설명
ChunkDiff ( string content, int oldStart, int oldLines, int newStart, int newLines ) : System.Collections.Generic

메소드 상세

ChunkDiff() 공개 메소드

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
리턴 System.Collections.Generic