Initialize String list

Hi,
You have to make the difference between String Arrays and String Lists.

How to initialize both :

myStringArray = new System.String(){}
myStringList = new System.Collections.Generic.List(Of String)

Best regards,
Mustafa

5 Likes