Feeds:
Posts
Comments

Archive for August 2nd, 2007

About IEnumerator

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 [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.