Returns an enumerator that iterates through the collection.
System.Collections.IEnumerator
The foreach statement of the C# language (for each in C++, For Each in VB) hides the complexity of the enumerators. Therefore, using foreach is recommended, instead of directly manipulating the enumerator. Enumerators can be used to read the data in the collection, but they cannot be used to modify the underlying collection.
Products |
Support |
Feedback: GetEnumerator Method (Clients) - Leadtools.MediaStreaming |
Introduction |
Help Version 19.0.2017.6.16
|