Skip to main content

IModel.IsIn(IEnumerable<IClass>) Method

Namespace: NextDesign.Core

Description

Checks whether this instance is an instance of one of the specified classes.
Returns True if it is an instance of one of the specified classes.

Arguments

NameTypeDescription
targetClassesIEnumerable<IClass>Enumeration of classes

Return Value

  • bool