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