C# Class ScrewTurn.Wiki.Difference.Item

details of one difference.
显示文件 Open project: mono/ScrewTurnWiki Class Usage Examples

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 A.
public int insertedB
return int