C# Class SharpDiff.Patch

Show file Open project: jagregory/sharpdiff

Public Methods

Method Description
ApplyTo ( string path ) : string
Patch ( Diff diff ) : System

Method Details

ApplyTo() public method

public ApplyTo ( string path ) : string
path string
return string

Patch() public method

public Patch ( Diff diff ) : System
diff SharpDiff.FileStructure.Diff
return System