C# Class ScrewTurn.Wiki.DiffTools

Provides methods for diffing text and items.
Afficher le fichier Open project: mono/ScrewTurnWiki Class Usage Examples

Méthodes publiques

Méthode Description
DiffRevisions ( string rev1, string rev2 ) : string

Computes the difference between two revisions.

Private Methods

Méthode Description
WriteLine ( int n, string typ, string line ) : string

Method Details

DiffRevisions() public static méthode

Computes the difference between two revisions.
public static DiffRevisions ( string rev1, string rev2 ) : string
rev1 string The first revision.
rev2 string The second revision.
Résultat string