What you may not know is that, as of Visual Basic 10 (.NET Framework 4/Visual Studio 2010), there's a variation on that syntax you can use to initialize collection: Just insert the keyword From ...
Using member initializers offers more control over what constructors do, and helps eliminate unnecessary default initialization. In C++, a constructor is a special class member function that provides ...