Saturday, February 19, 2011

How to read list of string

Hi,

I have this:

Public stringList As New List(Of String)

I need to read the whole list using For each statement, what is the best way to do so using VB.net syntax?

Thanks,

From stackoverflow

0 comments:

Post a Comment