The properties of the ChangeableCollectionBase class are listed below. For a complete list of ChangeableCollectionBase class members, see the ChangeableCollectionBase Members topic.
Count (inherited from CollectionBase) | Gets the number of elements contained in the CollectionBase instance. |
IsClearAllowed | Gets a flag indicating whether the Clear method is currently allowed. |
IsInsertAllowed | Gets a flag indicating whether an Insert (or Add) operation is currently allowed. |
IsRemoveAllowed | Gets a flag indicating whether a Remove operation (or the RemoveAt method call) is currently allowed. |
IsSetAllowed | Gets a flag indicating whether a Set operation is currently allowed. |
InnerList (inherited from CollectionBase) | Gets an ArrayList containing the list of elements in the CollectionBase instance. |
List (inherited from CollectionBase) | Gets an IList containing the list of elements in the CollectionBase instance. |
Updater | Sets or returns the associated ICollectionUpdater object. |
ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace