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