Edit

LineDiffBlockChangeType Enum

Definition

Type of change for a line diff block

public enum LineDiffBlockChangeType
type LineDiffBlockChangeType = 
Public Enum LineDiffBlockChangeType
Inheritance
LineDiffBlockChangeType

Fields

Name Value Description
None 0

No change - both the blocks are identical

Add 1

Lines were added to the block in the modified file

Delete 2

Lines were deleted from the block in the original file

Edit 3

Lines were modified

Applies to