C# 클래스 SharpDiff.PatchMaker

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

공개 메소드들

메소드 설명
MakePatch ( string contentOne, string contentTwo, CompareOptions options ) : IEnumerable

비공개 메소드들

메소드 설명
CreateChunk ( my.utils.Diff change, CompareOptions options ) : DiffMatchPatch.Patch
Min ( ) : int
distance_between ( my change, my nextChange ) : int

메소드 상세

MakePatch() 공개 메소드

public MakePatch ( string contentOne, string contentTwo, CompareOptions options ) : IEnumerable
contentOne string
contentTwo string
options CompareOptions
리턴 IEnumerable