Property CounterProperty As Integer
Set (ByVal value As Integer)
System.Console.WriteLine("Counter = {0}", t.counter)
System.Console.WriteLine("Counter = {0}", t.counter)
System.Console.WriteLine("CounterProperty = {0}", t.CounterProperty)
System.Console.WriteLine("CounterProperty = {0}", t.CounterProperty)
Sub Foo(ByRef x As Integer)