CommandLineParser Constructor
Create a new instance of the command line parser and
initialize the arguments object.
[Visual Basic]Public Sub New( _
ByVal
args As
String() _
)
[C#]public CommandLineParser(
string[] args);
Parameters
- args
- A collection of strings that represent the command
line arguments sent into the program.
See Also
CommandLineParser Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace