Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
The following tables list the members exposed by CommonItemCollection.
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | ClearAndDispose | Removes all common items from the collection, then disposes the items. |
![]() | Contains | Determines whether this collection contains a CommonItem with the specified name. |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Determines index of the first CommonItem with the specified name in the collection. |
![]() | Move | Moves the item with given index (fromIndex) to the new position (toIndex). |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the CommonItemCollection instance. |
![]() | OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the CommonItemCollection instance. |
![]() | OnInsert | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after inserting a CommonItem into the CommonItemCollection instance. |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes after removing a CommonItem from the CommonItemCollection instance. |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | Overridden. Performs additional custom processes after setting a CommonItem in the CommonItemCollection instance. |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |