C# Class DiffLib.Specifications.Patience

ファイルを表示 Open project: jcdickinson/difflib

Protected Properties

Property Type Description
Differ Differencer

Protected Methods

Method Description
Diff ( string left, string right ) : DifferenceInstruction[]
Lines ( ) : string[]

Method Details

Diff() protected static method

protected static Diff ( string left, string right ) : DifferenceInstruction[]
left string
right string
return DifferenceInstruction[]

Lines() protected static method

protected static Lines ( ) : string[]
return string[]

Property Details

Differ protected_oe static_oe property

protected static Differencer Differ
return Differencer