Consider the requirement to always declare Option Strict On
. We'll always need to declare variables with the As
keyword. What would be the type of an anonymous type?
Example : Dim product As ... = New With { Key .Name = "paperclips", .Price = 1.29 }
What will follow the As
?