How to: Declare an Object by Using an Object Initializer - Visual Basic
https://docs.microsoft.com/en-us/dotnet/visual-basic/programming-guide/language-features/objects-and-classes/how-to-declare-an-object-by-using-an-object-initializer
Sep 15, 2021 · In this article. Object initializers enable you to declare and instantiate an instance of a class in a single statement. In addition, you can initialize one or more members of the instance at the same time, without invoking a parameterized constructor.
DA: 18 PA: 77 MOZ Rank: 56