Property | Type | Description | |
---|---|---|---|
WordSeparaters | char[] |
Method | Description | |
---|---|---|
BuildDiffModel ( string oldText, string newText ) : DiffPlex.DiffBuilder.Model.SideBySideDiffModel | ||
SideBySideFullDiffBuilder ( IDiffer differ ) : System |
Method | Description | |
---|---|---|
BuildCharacterDiffPieces ( string oldText, string newText, List |
||
BuildDiffPieces ( DiffPlex.Model.DiffResult diffResult, List |
||
BuildLineDiff ( string oldText, string newText ) : DiffPlex.DiffBuilder.Model.SideBySideDiffModel | ||
BuildWordDiffPieces ( string oldText, string newText, List |
public BuildDiffModel ( string oldText, string newText ) : DiffPlex.DiffBuilder.Model.SideBySideDiffModel | ||
oldText | string | |
newText | string | |
return | DiffPlex.DiffBuilder.Model.SideBySideDiffModel |
public SideBySideFullDiffBuilder ( IDiffer differ ) : System | ||
differ | IDiffer | |
return | System |