IClass.RemoveSuperClasses Method
Namespace: NextDesign.Core
Description
Removes the specified classes from the superclasses of this class.
Among the specified classes, classes that are not included in the superclasses of this class will be skipped.
When deleting the inheritance relationship of a class, the model of the inherited class will also be deleted.
Arguments
Name | Type | Description |
---|---|---|
superClasses | IEnumerable<IClass> | Classes |
Return Value
- void