IClass.AddSuperClasses Method
Namespace: NextDesign.Core
Description
Adds the specified classes to the superclasses of this class.
Among the specified classes, classes that are already included in the superclasses of this class will be skipped.
Arguments
Name | Type | Description |
---|---|---|
superClasses | IEnumerable<IClass> | Classes |
Return Value
- void