[]
A Collection of ParameterValue objects.
public class ParameterValueCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
ParameterValueCollection() | Creates a new instance of the ParameterValueCollection. |
ParameterValueCollection(bool) | Creates a new instance of the ParameterValueCollection. |
Name | Description |
---|---|
IsReadOnly | Gets if the collection is readonly. |
this[int] | Gets the ParameterValue by specified index |
Name | Description |
---|---|
Add(ParameterValue) | Adds ParameterValue item to this collection. |
AddRange(ParameterValue[]) | Adds an array of ParameterValue items to this collection. |
Clear() | Clear the collection. |
Contains(ParameterValue) | Determines if a ParameterValue is in this collection. |
CopyTo(ParameterValue[], int) | Copies this collection of ParameterValue items to the array. |
Remove(ParameterValue) | Removes the ParameterValue from this collection. |