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