I am currently developing an interface for .NET software that will be consumed by COM objects, in particular VB6.
While I found several pages from Microsoft detailing how to make a COM-compatible interface, Iām currently disconnecting from using collections during development: I would like to be able to use the standard VB6 collection object in a .NET program like this Thus, I could specify in the interface such a collection as an argument, or as a return type that simplifies the work required for clients to use the interface.
Thanks in advance.
Edit: I am not going to use the VB6 collection in the .NET "real work" .NET program. I converted the VB6 collections as soon as possible and calling other methods using the corresponding .NET collections.
Jean hominal
source share