IClass.RemoveSuperClass Method
Namespace: NextDesign.Core
Description
Removes the specified class from the superclasses of this class.
If the specified class is not included in the superclasses of this class, nothing will be done.
When deleting the inheritance relationship of a class, the model of the inherited class will also be deleted.
Arguments
Name | Type | Description |
---|---|---|
superClass | IClass | Class |
Return Value
- void