[]
Represents a collection of CommonImageMap objects.
[ListBindable(false)]
public class CommonImageMapCollection : CommonItemCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the CommonImageMap at the specified position in the collection. |
| this[string] | Gets the first CommonImageMap with the specified name in the collection. |
| Name | Description |
|---|---|
| Add(CommonImageMap) | Adds the specified CommonImageMap to the collection. |
| AddRange(CommonImageMap[]) | Adds a group of CommonImageMap objects to the end of the collection. |
| Contains(CommonImageMap) | Determines whether this collection contains the specified CommonImageMap. |
| IndexOf(CommonImageMap) | Determines the index of a specific CommonImageMap in the collection. |
| Insert(int, CommonImageMap) | Inserts the specified CommonImageMap into this collection at the given index. |
| OnValidate(object) | Checks whather the type of the value argument is allowable for this collection. |
| Remove(CommonImageMap) | Removes the specified CommonImageMap from the collection. |