Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Microsoft
TeamFoundation
VersionControl
Client
DiffItem
C# Class Microsoft.TeamFoundation.VersionControl.Client.DiffItem
details of one difference.
Show file
Open project: Indomitable/monodevelop-tfs-addin
Class Usage Examples
Public Properties
Property
Type
Description
StartA
int
StartB
int
deletedA
int
insertedB
int
Property Details
StartA
public property
Start Line number in Data A.
public
int
StartA
return
int
StartB
public property
Start Line number in Data B.
public
int
StartB
return
int
deletedA
public property
Number of changes in Data A.
public
int
deletedA
return
int
insertedB
public property
Number of changes in Data A.
public
int
insertedB
return
int