Implementing IEnumerable(Of T) and IEnumerable in Visual Basic.Net
Posted by: DonXML Demsaks All Things Techie,
on 28 Sep 2007 |
View original | Bookmarked: 0 time(s)
OK, this is one that gets me every time I switch back to Visual Basic from C#, and is one of the times that I find C# much easier to work with. Even with all the XML Literal goodness in Visual Basic 9, these types of things make me want to just code in C#. When you try to implement 2 different interfaces that have the same member name, but return 2 different types, the syntax in C# is sooooo much easier to read and work with. In this case, it I'm writing my own Query Provider for a pet...