| 
            
              DiffMatchPatchDiffCharsToLines Method
             | 
          
        
        
            Rehydrate the text in a diff from a string of line hashes to real lines
            of text.
            
        
        Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxprotected void DiffCharsToLines(
	ICollection<Diff> diffs,
	IList<string> lineArray
)
Protected Sub DiffCharsToLines ( 
	diffs As ICollection(Of Diff),
	lineArray As IList(Of String)
)
protected:
void DiffCharsToLines(
	ICollection<Diff^>^ diffs, 
	IList<String^>^ lineArray
)
member DiffCharsToLines : 
        diffs : ICollection<Diff> * 
        lineArray : IList<string> -> unit function DiffCharsToLines(diffs, lineArray);
 View SourceParameters
- diffs  ICollectionDiff
 - List of Diff objects
 - lineArray  IListString
 - List of unique strings
 
See Also