![]() |
VOOZH | about |
public System.Collections.Generic.IEnumerator<T> GetEnumerator ();Return Value: This method returns an IEnumerator<T> for the Collection<T>. Below programs illustrate the use of above discussed method: Example 1:
The number of elements in myColl are: 5 A B C D E
The number of elements in myColl are: 4 45 56 78 75