[]
Represents a collection of ValueItem objects.
public class ValueItemCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| ValueItemCollection() | Initializes a new instance of the ValueItemCollection class. |
| Name | Description |
|---|---|
| this[int] | Gets or sets the specified ValueItem from the collection at the specified index. |
| Name | Description |
|---|---|
| Add(ValueItem) | Adds a ValueItem to the end of the collection. |
| IndexOf(ValueItem) | Gets the index of the specified ValueItem. |
| Insert(int, ValueItem) | Inserts a ValueItem at the specified index. |
| OnInsert(int, object) |