| 
            
              DiffMatchPatchDiffText1 Method
             | 
          
        
        
            Compute and return the source text (all equalities and deletions).
            
        
        Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic string DiffText1(
	List<Diff> diffs
)
Public Function DiffText1 ( 
	diffs As List(Of Diff)
) As String
public:
String^ DiffText1(
	List<Diff^>^ diffs
)
member DiffText1 : 
        diffs : List<Diff> -> string function DiffText1(diffs);
 View SourceParameters
- diffs  ListDiff
 - List of Diff objects
 
Return Value
StringSource text
See Also