[]
Represents a collection of C1JumpItems.
[ListBindable(false)]
public class JumpItemCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the C1JumpItem at the specified position in the collection. |
| Owner | Gets the owner C1JumpList. |
| Name | Description |
|---|---|
| Add(C1JumpItem) | Adds the specified C1JumpItem to the collection. |
| AddRange(C1JumpItem[]) | Adds a group of C1JumpItem objects to the end of the collection. |
| Contains(C1JumpItem) | Determines whether this collection contains the specified C1JumpItem. |
| IndexOf(C1JumpItem) | Determines the index of a specific C1JumpItem in the collection. |
| Insert(int, C1JumpItem) | Inserts the specified C1JumpItem into this collection at the given index. |
| OnClear() | Performs additional custom processes when clearing the contents of the JumpItemCollection instance. |
| OnClearComplete() | Performs additional custom processes after clearing the contents of the JumpItemCollection instance. |
| OnInsertComplete(int, object) | Performs additional custom processes after inserting a C1JumpItem into the JumpItemCollection instance. |
| OnRemoveComplete(int, object) | Performs additional custom processes after removing a C1JumpItem from the JumpItemCollection instance. |
| OnSetComplete(int, object, object) | Performs additional custom processes after setting a C1JumpItem in the JumpItemCollection instance. |
| OnValidate(object) | Checks whather the type of the value argument is allowable for this collection. |
| Remove(C1JumpItem) | Removes the specified C1JumpItem from the collection. |