C# Class CSharpUtils.Diff.Item

details of one difference.
Exibir arquivo Open project: soywiz/csharputils

Public Properties

Property Type Description
StartA int
StartB int
deletedA int
insertedB int

Property Details

StartA public_oe property

Start Line number in Data A.
public int StartA
return int

StartB public_oe property

Start Line number in Data B.
public int StartB
return int

deletedA public_oe property

Number of changes in Data A.
public int deletedA
return int

insertedB public_oe property

Number of changes in Data B.
public int insertedB
return int