6
votes
4answers
1k views
C# vs VB.NET - Handling of null Structures
I ran across this and was wondering if someone could explain why this works in VB.NET when I would expect it should fail, just like it does in C#
//The C# Version
struct Person {
public string …
