ParameterValueCollection Class Members
In This Topic
The following tables list the members exposed by ParameterValueCollection.
Public Constructors
Public Properties
| Name | Description |
 | IsReadOnly | Gets if the collection is readonly. |
 | Item | Gets the ParameterValue by specified index |
Top
Public Methods
| Name | Description |
 | Add | Adds ParameterValue item to this collection. |
 | AddRange | Adds an array of ParameterValue items to this collection. |
 | Clear | Clear the collection. |
 | Contains | Determines if a ParameterValue is in this collection. |
 | CopyTo | Copies this collection of ParameterValue items to the array. |
 | Remove | Removes the ParameterValue from this collection. |
Top
See Also