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