[]
Gets an enumerator that iterates through the collection.
public IEnumerator<Light> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of Light)
| Type | Description |
|---|---|
| IEnumerator<Light> | Enumerator that iterates through the collection. |