Name | Description | |
---|---|---|
ParameterValueCollection Constructor | Overloaded. Creates a new instance of ParameterValueCollection class. |
The following tables list the members exposed by ParameterValueCollection.
Name | Description | |
---|---|---|
ParameterValueCollection Constructor | Overloaded. Creates a new instance of ParameterValueCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the ParameterValueCollection can contain.
(Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the ParameterValueCollection instance. (Inherited from System.Collections.CollectionBase) | |
IsReadOnly | Gets if the collection is readonly. | |
Item | Gets the ParameterValue by specified index |
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. | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |