SharpCvsLib

ModifiedRequest Constructor 

Constructor

[Visual Basic]
Public Sub New( _
   ByVal file As String _
)
[C#]
public ModifiedRequest(
   string file
);

Parameters

file
The name of the file that has been modified.

See Also

ModifiedRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace