[]
Adds an array of stripes to the collection.
public void AddRange(Stripe[] items)
Public Sub AddRange(items As Stripe())
Type | Name | Description |
---|---|---|
Stripe[] | items | Array of stripes to add. |
Type | Condition |
---|---|
ArgumentNullException | items is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB). |