Dim myThing As New Container With {
Console.WriteLine("Value: " & myThing.Initial)
Console.WriteLine("Value: " & myThing.Initial)
Private Sub Example1(ByVal thing As Container)
Private Sub Example2(ByRef thing As Container)
thing = New Container With {
Public Property Initial As Integer