프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BaseOrDiff | BaseOrDiff | ||
Comments | AbstractedComment[] | ||
CurLine | string | ||
CurLineNum | int | ||
Encoder | ILineEncoder | ||
File | |||
Id | int | ||
NextCommentIndex | int | ||
ScriptId | string |
메소드 | 설명 | |
---|---|---|
DiffFileInfo ( |
Creates a DiffFileInfo for a file being compared.
|
|
MoveNextLine ( ) : bool |
Moves to the next line in the file.
|
public DiffFileInfo ( |
||
file | The file stream. | |
encoder | ILineEncoder | The line encoder. |
id | int | The file ID within the database. |
comments | AbstractedComment | The array of comments for the file. |
baseOrDiff | BaseOrDiff | What role the file plays within the comparison. |
리턴 | System |