InteractorCollection.GetEnumerator
Enumerator GetEnumerator()
Gets an enumerator for the collection. This returns a
concrete struct enumerator so that foreach over the collection
stays allocation-free.
| RETURNS: Enumerator | An enumerator. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!