Skip to main content

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

NameTypeDescription
superClassesIEnumerable<IClass>Classes

Return Value

  • void