public CommandLineParser Parser { get; }
Public ReadOnly Property Parser As CommandLineParser
Get
Dim instance As CommandLineArgument
Dim value As CommandLineParser
value = instance.Parser
public:
property CommandLineParser^ Parser {
CommandLineParser^ get ();
}