示例#1
0
 public DiffMarker(DiffMarkerType type, int line, int length, int leftLength, int rightLength)
 {
     Type        = type;
     Line        = line;
     Length      = length;
     RightLength = rightLength;
     LeftLength  = leftLength;
 }
示例#2
0
 public DiffMarker(DiffMarkerType type, int line, int length, int leftLength, int rightLength)
 {
     Type = type;
     Line = line;
     Length = length;
     RightLength = rightLength;
     LeftLength = leftLength;
 }