IChangeableCollection overview
IsClearAllowed | Returns flag that determines if the collection can be cleared (i.e. all elements removed). |
IsInsertAllowed | Returns flag that determines if the collection can be inserted (or added) to. |
IsRemoveAllowed | Returns flag that determines if an element of the collection can be removed (either by value or by position). |
IsSetAllowed | Returns flag that determines if an element in the collection can be replaced. |
IChangeableCollection Interface | LaMarvin.ComponentModel Namespace | ICollectionUpdater