Method AddRange

Namespace TallComponents.PDF.Shapes
Class FragmentCollection

Adds the elements of a FragmentCollection to the end of this collection.

Syntax

public  Void  AddRange( FragmentCollection  fragments )

Returns

Void

Parameters


FragmentCollection fragments
The FragmentCollection whose elements should be added to the end of the 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.)