ButtonSpecCollectionTRemove Method (T) |
Removes first occurance of specified spec.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool Remove(
T item
)
Parameters
- item
- Type: T
T reference.
Return Value
Type:
BooleanTrue if removed; otherwise false.
Implements
ICollectionTRemove(T)See Also