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
Name | Type | Description |
---|---|---|
targetClasses | IEnumerable<IClass> | Enumeration of classes |
Return Value
- bool