Is this syntax and method for making a deep copy of a List of interfaces in VB.NET, constructing new instances from interfaces, flawed?
I’m learning VB.NET and finding that there are dozens of ways to get the same behavior. So I’d like to know if there’s a better way to solve the following case.