ReplCaseSensitivity
Case-sensitivity behavior for option-token matching.
- Kind:
Enum - Namespace: Repl.Parameters
- Assembly:
Repl.Core - Source: src/Repl.Core/Parameters/ReplCaseSensitivity.cs
Signature
Section titled “Signature”public enum ReplCaseSensitivityFields
Section titled “Fields”CaseInsensitive
Section titled “CaseInsensitive”Option tokens are compared ignoring character casing.
CaseInsensitive = 1Returns
Section titled “Returns”CaseSensitive
Section titled “CaseSensitive”Option tokens must match exact casing.
CaseSensitive = 0