Monday, April 9, 2018

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.

https://ibb.co/d8NuEx

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.

How can I retrieve an item from this Microsoft.VisualBasic.Collection in C#? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team