True if the method has been detected as property and implemented as such.
Contains the interface or class name from where this method is implemented.
True if an automatic implementation calling the base class has been made.
Actual code to insert for this class without class indentation but optionally already formatted.
True if a default implementation that should definitely be changed (assert or for nogc/nothrow simple init return) has been implemented.
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.
The name of the function being implemented.
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.
Represents one method automatically implemented off a base interface.