프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BaseLineCount | int | ||
BaseStartLineNumber | int | ||
DiffLineCount | int | ||
DiffType | DiffType |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | IEnumerable |
public static EnumerateDifferences ( |
||
rawDiffStream | ||
includeUnchangedBlocks | bool | /// Indicates whether to generate DiffItems for unchanged blocks. /// |
리턴 | IEnumerable |