C# 클래스 Tp.Components.Diff.DiffChunk

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
firstBegin int
firstEnd int
lines List
secondBegin int
secondEnd int

공개 메소드들

메소드 설명
AddLine ( string line ) : void

메소드 상세

AddLine() 공개 메소드

public AddLine ( string line ) : void
line string
리턴 void

프로퍼티 상세

firstBegin 공개적으로 프로퍼티

public int firstBegin
리턴 int

firstEnd 공개적으로 프로퍼티

public int firstEnd
리턴 int

lines 공개적으로 프로퍼티

public List lines
리턴 List

secondBegin 공개적으로 프로퍼티

public int secondBegin
리턴 int

secondEnd 공개적으로 프로퍼티

public int secondEnd
리턴 int