C# Class DiffLib.Specifications.Patience

Afficher le fichier Open project: jcdickinson/difflib

Protected Properties

Свойство Type Description
Differ Differencer

Méthodes protégées

Méthode Description
Diff ( string left, string right ) : DifferenceInstruction[]
Lines ( ) : string[]

Method Details

Diff() protected static méthode

protected static Diff ( string left, string right ) : DifferenceInstruction[]
left string
right string
Résultat DifferenceInstruction[]

Lines() protected static méthode

protected static Lines ( ) : string[]
Résultat string[]

Property Details

Differ protected_oe static_oe property

protected static Differencer Differ
Résultat Differencer