Skip to main content

IModel.IsIn(IEnumerable<IClass>) Method

Namespace: NextDesign.Core

Description

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

Argument

NameTypeDescription
targetClassesIEnumerable<IClass>Class Enumeration

Return value

  • bool