Adds the entries in an array of actions to the end of the ActionCollection.
ActionCollection does not accept a a null reference as a valid value.
Note: When an exception occurs the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)
ActionCollection does not accept duplicate elements.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | A given action is a null reference. |
| ArgumentException | (At least) one of the entries in the given actions is already in this ActionCollection. (Duplicate action) |
ActionCollection Class | TallComponents.PDF.Actions Namespace