Method AddRange

Namespace TallComponents.PDF.Forms.Fields
Class ListOptionCollection

Adds the elements of a ListOption array to the end of this collection.

Note: if an exception occurs, the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)

Syntax

public  Void  AddRange( ListOption[]  listOptions )

Returns

Void

Parameters


ListOption[] listOptions
The array of ListOptions whose elements should be added to the end of the collection.