Hello,
I'm using both
VB.NET and C# 2K2 and 2K3.
In C# I can create an object that contains a collection, say a DataSet and a few DataTables and DataColumns. When I run the app, I can drill down in the Locals Window to the Tables collection (stored as an ArrayList), view the properties of all the items in the Tables collection, open the Columns collection of each table (stored as an ArrayList), view all the properties of the items in the Columns collection, etc., etc.
In
VB.NET, I can't view the items of collections and their properties in the Locals Window. Instead, the Locals Window tells me that I cannot view indexed properties.
Seems odd to me. Can this behavior be altered somehow, or have I accidently stumbled upon the decisive reason to use C# instead of
VB.NET?
Thanks for any input,
Bob