SharpCvsLib

ArgumentRequest Constructor 

An argument to use with the cvs command.

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

Parameters

arg
The argument to send to the server.

See Also

ArgumentRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace