public static ImmutableArray<string> GetDefaultArgumentNamePrefixes()Public Shared Function GetDefaultArgumentNamePrefixes As ImmutableArray(Of String)
Dim returnValue As ImmutableArray(Of String)
returnValue = CommandLineParser.GetDefaultArgumentNamePrefixes()public:
static ImmutableArray<String^> GetDefaultArgumentNamePrefixes()The default prefixes for each platform are:
| Platform | Prefixes |
|---|---|
| Windows | '-' and '/' |
| Other | '-' |
If the Mode property is ParsingModeLongShort, these prefixes will be used for short argument names. The DefaultLongArgumentNamePrefix constant is the default prefix for long argument names regardless of platform.