[]
Adds the elements of the specified collection to the end of the ParameterValueCollection.
public void AddRange(IEnumerable<ParameterValue> items)
| Type | Name | Description |
|---|---|---|
| IEnumerable<ParameterValue> | items | The collection whose elements should be added to the end of the ParameterValueCollection. The collection itself cannot be null, but it can contain elements that are null, if type ParameterValue allows null values. |