Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Microsoft
TeamFoundation
VersionControl
Client
DiffItem
C# Class Microsoft.TeamFoundation.VersionControl.Client.DiffItem
details of one difference.
Datei anzeigen
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_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