ImplementedMethod.getter

True if the method is either a getter or a setter but not both. Is none for non-autoProperty methods but also when a getter has been detected but the method returns void.

  1. bool getter;
    struct ImplementedMethod
    bool getter;
  2. bool setter;

Meta