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