IEnumerator is used for iteration.IEnumerator can use GetEnumerator() method to get the values from arraylist and display the values using MoveNext or current method. Example: we can create the array list in vb.net using Dim list as new arraylist and add the elements in to arraylist using Add like ab.Add(“First”) and use IEnumerator and get the values from array [...]
Archive for August 2nd, 2007
About IEnumerator
Posted in Uncategorized on August 2, 2007 | Leave a Comment »