G
Gilbert Tordeur
Hello,
Since C# 2008 it is possible to initialize a collection like" this :
var digits = new List<int> {0, 1, 2};
Is it also possible in VB 2008, and with what syntax ?
Thank you,
Gilbert
Since C# 2008 it is possible to initialize a collection like" this :
var digits = new List<int> {0, 1, 2};
Is it also possible in VB 2008, and with what syntax ?
Thank you,
Gilbert