Свойство | Type | Description | |
---|---|---|---|
BaseLineCount | int | ||
BaseStartLineNumber | int | ||
DiffLineCount | int | ||
DiffType | DiffType |
Méthode | Description | |
---|---|---|
Clone ( ) : object |
Clones the object.
|
|
DiffItem ( ) : System |
Trivial constructor.
|
|
EnumerateDifferences ( |
Generates a sequence of DiffItems representing differences in rawDiffStream. Includes unchanged blocks.
|
|
EnumerateDifferences ( |
Generates a sequence of DiffItems representing differences in rawDiffStream.
|
public static EnumerateDifferences ( |
||
rawDiffStream | ||
Résultat | IEnumerable |
public static EnumerateDifferences ( |
||
rawDiffStream | ||
includeUnchangedBlocks | bool | /// Indicates whether to generate DiffItems for unchanged blocks. /// |
Résultat | IEnumerable |