protected virtual void WriteParserAmbiguousPrefixAliasUsageCore(
IEnumerable<string> possibleMatches
)
Protected Overridable Sub WriteParserAmbiguousPrefixAliasUsageCore (
possibleMatches As IEnumerable(Of String)
)
Dim possibleMatches As IEnumerable(Of String)
Me.WriteParserAmbiguousPrefixAliasUsageCore(possibleMatches)
protected:
virtual void WriteParserAmbiguousPrefixAliasUsageCore(
IEnumerable<String^>^ possibleMatches
)
The default implementation writes a list of possible matches, preceded by a header. The argument names will be written using the ArgumentDescriptionColor and by calling the WriteArgumentNameForDescription(String, String) method. Finally, it calls the WriteMoreInfoMessage method.