SharpCvsLib

Command Constructor 

Create a new command.

[Visual Basic]
Public Sub New( _
   ByVal first As String, _
   ByVal nick1 As String, _
   ByVal nick2 As String _
)
[C#]
public Command(
   string first,
   string nick1,
   string nick2
);

Parameters

first
Primary command name.
nick1
First alternate name for the command.
nick2
Second alternate name for the command.

See Also

Command Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace