Tagged Questions
2
votes
4answers
810 views
Why is it legal to pass “Me” ByRef in VB.NET?
I was shocked just a moment ago to discover that the following is legal (the C# equivalent is definitely not):
Class Assigner
''// Ignore this for now.
Public Field As Integer
''// This ...