[F] clearVisibilityModifiersForClass
Clears the visibility modifiers for a property in a given visibility class.
If the visibility modifiers for the given class are sealed, this function will issue a diagnostic and leave the visibility modifiers unchanged.
Parameters
Parameter | Type | Description |
---|---|---|
program | Program | the program in which the ModelProperty occurs |
property | ModelProperty | the property to clear visibility modifiers for |
visibilityClass | Enum | the visibility class to clear visibility modifiers for |
context ? | DecoratorContext | the optional decorator context to use for displaying diagnostics |
Returns
void