'Usage Dim instance As LightCollection Dim items() As Light instance.AddRange(items)
Parameters
- items
- Array of lights to add.
'Usage Dim instance As LightCollection Dim items() As Light instance.AddRange(items)
Exception | Description |
---|---|
System.ArgumentNullException | items is a null reference (Nothing in VB) or some items[i] so a null reference (Nothing in VB). |