Patch


Description:

public Patch (PatchOperation op, int old_line_start, int old_line_end, int new_line_start, int new_line_end, string[] all_old_lines, string[] all_new_lines)

Constructor.

Parameters:

op

Operation type

old_line_start

Starting line number for old lines (1-based, inclusive)

old_line_end

Ending line number for old lines (1-based, inclusive)

new_line_start

Starting line number for new lines (1-based, inclusive)

new_line_end

Ending line number for new lines (1-based, inclusive)

all_old_lines

Reference to all old lines array

all_new_lines

Reference to all new lines array