Method | Description | |
---|---|---|
WriteUnifiedDiff ( |
||
WriteUnifiedDiff ( |
||
WriteUnifiedDiff ( string leftFile, string rightFile, |
||
WriteUnifiedDiff ( string leftLines, string leftName, string rightLines, string rightName, |
Method | Description | |
---|---|---|
LoadFileLines ( string file ) : string[] | ||
UnifiedDiff ( ) : System | ||
WriteBlock ( |
||
WriteCharBlock ( |
||
WriteStringBlock ( |
||
WriteUnifiedDiffSection ( |
public static WriteUnifiedDiff ( |
||
diff | ||
writer | ||
return | void |
public static WriteUnifiedDiff ( |
||
diff | ||
writer | ||
fromfile | string | |
tofile | string | |
context | int | |
return | void |
public static WriteUnifiedDiff ( string leftFile, string rightFile, |
||
leftFile | string | |
rightFile | string | |
writer | ||
context | int | |
caseSensitive | bool | |
compareWhitespace | bool | |
return | void |
public static WriteUnifiedDiff ( string leftLines, string leftName, string rightLines, string rightName, |
||
leftLines | string | |
leftName | string | |
rightLines | string | |
rightName | string | |
writer | ||
context | int | |
caseSensitive | bool | |
compareWhitespace | bool | |
return | void |