AddRange(Array) method

Adds an array of values to the end of the ULParameterCollection.

Syntax
Visual Basic

Public Overrides Sub AddRange( _
   ByVal values As Array _
)
C#

public override void AddRange(
   Array values
);
Parameters
  • values   An array of ULParameter objects to add to the end of this collection.

See also