Edit

LineDiffBlock Class

Definition

The class to represent the line diff block

[System.Runtime.Serialization.DataContract]
public class LineDiffBlock
type LineDiffBlock = class
Public Class LineDiffBlock
Inheritance
LineDiffBlock
Attributes

Constructors

LineDiffBlock()

Properties

ChangeType

Type of change that was made to the block.

ModifiedLineNumberStart

Line number where this block starts in modified file.

ModifiedLinesCount

Count of lines in this block in modified file.

OriginalLineNumberStart

Line number where this block starts in original file.

OriginalLinesCount

Count of lines in this block in original file.

Applies to