IClass.AddSuperClass method
Namespace: NextDesign.Core
Description
Adds the specified class to the superclasses of this class.
Has no effect if the specified class is already a superclass of this class.
argument
Name | Type | Description |
---|
superClass | IClass | Class |
Return value