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