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
| Name | Type | Description |
|---|---|---|
| targetClasses | IEnumerable<IClass> | Class Enumeration |
Return value
- bool