Click or drag to resize

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
C#
protected bool IsTypeAllowed(
	Object value
)

Parameters

value
Type: SystemObject
Instance to test.

Return Value

Type: Boolean
True if allowed; otherwise false.
See Also