Enum CmdLneArgsBasic.ArgMatching
Argument matching may be either case sensitive (default) or case insensitive (by constructor override). Constructor argument penmArgMatching is of this type.
Namespace: WizardWrx.Core
Assembly: WizardWrx.Core.dll
Syntax
public enum ArgMatching : int
Fields
Name | Description |
---|---|
CaseInsensitive | Argument matching is case insensitive. |
CaseSensitive | Argument matching is case sensitive. |