Adds an array of values to the end of the ULParameterCollection.
Public Overrides Sub AddRange(ByVal values As Array)
public override void AddRange(Array values)
values An array of ULParameter objects to add to the end of this collection.