protected virtual void WriteOptionalArgumentSyntax(
CommandLineArgument argument
)Protected Overridable Sub WriteOptionalArgumentSyntax (
argument As CommandLineArgument
)
Dim argument As CommandLineArgument
Me.WriteOptionalArgumentSyntax(argument)protected:
virtual void WriteOptionalArgumentSyntax(
CommandLineArgument^ argument
)The base implementation surrounds the result of the WriteArgumentSyntax(CommandLineArgument) method in square brackets.
This method is called by the base implementation of the WriteParserUsageSyntax method.