What’s New in Visual Basic 2010
Visual Basic Compiler and Language Auto-Implemented Properties Auto-implemented properties provide a shortened syntax that enables you to quickly specify a property of a class without having to write code to Get and Set the property. Collection Initializers Collection initializers provide a shortened syntax that enables you to create a collection and populate it with an initial set of values. Collection ... Read More »