ArgumentCreationInfoParser Property
Gets or sets the parser for this argument.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public CommandLineParser Parser {
get;
set; }
Public Property Parser As CommandLineParser
Get
Set
Dim instance As ArgumentCreationInfo
Dim value As CommandLineParser
value = instance.Parser
instance.Parser = value
public:
property CommandLineParser^ Parser {
CommandLineParser^ get ();
void set (CommandLineParser^ value);
}
Property Value
CommandLineParser