StringSorterPropertyName

public enum StringSorterPropertyName : String, PropertyNameProtocol

Undocumented

  • The expression to evaluate on item to get a string to compare with.

    Declaration

    Swift

    case expression = "expression"
  • If matching is case sensitive.

    Declaration

    Swift

    case ignoreCase = "ignore-case"