TypedRestrictCollectionTIsTypeAllowed Method |
Discover if the incoming type is allowed to be in the collection.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax protected bool IsTypeAllowed(
Object value
)
Parameters
- value
- Type: SystemObject
Instance to test.
Return Value
Type:
BooleanTrue if allowed; otherwise false.
See Also