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