| 
            
              DiffMatchPatchPatchDeepCopy Method
             | 
          
        
        
            Given an array of patches, return another array that is identical.
            
        
        Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic List<Patch> PatchDeepCopy(
	List<Patch> patches
)
Public Function PatchDeepCopy ( 
	patches As List(Of Patch)
) As List(Of Patch)
public:
List<Patch^>^ PatchDeepCopy(
	List<Patch^>^ patches
)
member PatchDeepCopy : 
        patches : List<Patch> -> List<Patch> function PatchDeepCopy(patches);
 View SourceParameters
- patches  ListPatch
 - Array of Patch objects
 
Return Value
ListPatchArray of Patch objects
See Also