Method | Description | |
---|---|---|
FindEntry ( int lineIndex ) : |
||
FindEntryIndex ( int lineIndex ) : int | ||
Parse ( Patch patch ) : |
||
PatchDocument ( IReadOnlyList |
Method | Description | |
---|---|---|
GetHeaderEnd ( IReadOnlyList |
||
GetLines ( string content ) : IReadOnlyList |
||
GetNextHunk ( IReadOnlyList |
||
ParseLines ( string content ) : IReadOnlyList |
||
TryGetHunkInformation ( string hunkLine, int &oldStart, int &oldLength, int &newStart, int &newLength ) : bool | ||
TryParseRange ( string s, string marker, int &start, int &length ) : bool |
public FindEntry ( int lineIndex ) : |
||
lineIndex | int | |
return |
public FindEntryIndex ( int lineIndex ) : int | ||
lineIndex | int | |
return | int |
public static Parse ( Patch patch ) : |
||
patch | Patch | |
return |
public PatchDocument ( IReadOnlyList |
||
entries | IReadOnlyList |
|
lines | IReadOnlyList |
|
return | System |