How can I retrieve an item from this Microsoft.VisualBasic.Collection in C#?
I'm using a class written in a VB project, in my C# project. Now this class has a property (colAccountEntries) of type Collection - in the Microsoft.VisualBasic namespace.
Looking at this microsoft link!. It says I could do it just like I did, as shown in the pic via the first link.
But for some odd reason, it doesn't like it.
All I want is to access one element in the collection.
Any ideas how I can do this.
Thanks in advance.
0 comments:
Post a Comment