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