CaseSensitivity Enum

Represents case sensitivity.
[Flags]
public enum CaseSensitivity
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • ValueType
  • Enum

Attributes

FlagsAttribute

Fields

0
Nothing is case sensitive.
Long options are case sensitive.
Commands are case sensitive.
All
3
Everything is case sensitive.

Extension Methods

T And<CaseSensitivity>(Action<CaseSensitivity>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.