Skip to main content

IModel.AsIn(IEnumerable<IClass>) Method

Namespace: NextDesign.Core

Description

Checks if this instance is compatible with any of the specified class types.
Returns True if this instance is an instance of any of the specified classes or their subclasses.

Arguments

NameTypeDescription
targetClassesIEnumerable<IClass>Enumeration of classes

Return Value

  • bool