ImplementedMethod.setter

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;
  2. bool setter;
    struct ImplementedMethod
    bool setter;

Meta