'UsageDim instance As LightCollection Dim item As Light instance.Add(item)
Parameters
- item
- Light to add.
'UsageDim instance As LightCollection Dim item As Light instance.Add(item)
| Exception | Description |
|---|---|
| System.ArgumentNullException | item is a null reference (Nothing in VB). |