/**
* Specifies the generated `this` parameter for instance methods.
*/
- public Parameter this_parameter { get; set; }
+ public Parameter? this_parameter { get; set; }
/**
* Specifies whether this is an instance or a class constructor.
/**
* Specifies the generated `this` parameter for instance methods.
*/
- public Parameter this_parameter { get; set; }
+ public Parameter? this_parameter { get; set; }
/**
* Specifies whether this is an instance or a class destructor.
/**
* Specifies the generated `this` parameter for instance methods.
*/
- public Parameter this_parameter { get; set; }
+ public Parameter? this_parameter { get; set; }
/**
* Specifies whether this method expects printf-style format arguments.
/**
* Represents the generated `this` parameter in this property.
*/
- public Parameter this_parameter { get; set; }
+ public Parameter? this_parameter { get; set; }
/**
* Specifies whether automatic accessor code generation should be