Méthode | Description | |
---|---|---|
Edit ( int aStart, int bStart ) |
Create a new empty edit.
|
|
Edit ( int aStart, int aEnd, int bStart, int bEnd ) |
Create a new empty edit.
|
|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
ExtendA ( ) : void |
Increase EndA by 1.
|
|
ExtendB ( ) : void |
Increase EndB by 1.
|
|
GetHashCode ( ) : int | ||
Swap ( ) : void |
Swap A and B, so the edit goes the other direction.
|
|
ToString ( ) : string | ||
operator ( ) : bool |
public Edit ( int aStart, int bStart ) | ||
aStart | int | beginA: start and end of region in sequence A; 0 based. |
bStart | int | beginB: start and end of region in sequence B; 0 based. |
public Edit ( int aStart, int aEnd, int bStart, int bEnd ) | ||
aStart | int | beginA: start and end of region in sequence A; 0 based. |
aEnd | int | endA: end of region in sequence A; must be >= as. |
bStart | int | beginB: start and end of region in sequence B; 0 based. |
bEnd | int | endB: end of region in sequence B; must be >= bs. |
public Equals ( object obj ) : bool | ||
obj | object | The |
Résultat | bool |