Adds an array of values to the end of the SAParameterCollection.
Public Sub AddRange(ByVal values As SAParameter())
public void AddRange(SAParameter[] values)
values An array of SAParameter objects to add to the end of this collection.