Create a new command.
[Visual Basic]Public Sub New( _
ByVal
first As
String, _
ByVal
nick1 As
String, _
ByVal
nick2 As
String _
)
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