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