ValueItemCollection Class Members
In This Topic
The following tables list the members exposed by ValueItemCollection.
Public Constructors
Public Properties
| Name | Description |
 | Capacity | (Inherited from System.Collections.CollectionBase) |
 | Count | (Inherited from System.Collections.CollectionBase) |
 | Item | Gets or sets the specified ValueItem from the collection at the specified index. |
Top
Protected Properties
| Name | Description |
 | InnerList | (Inherited from System.Collections.CollectionBase) |
 | List | (Inherited from System.Collections.CollectionBase) |
Top
Public Methods
| Name | Description |
 | Add | Adds a ValueItem to the end of the collection. |
 | Clear | (Inherited from System.Collections.CollectionBase) |
 | IndexOf | Gets the index of the specified ValueItem. |
 | Insert | Inserts a ValueItem at the specified index. |
 | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Top
See Also