Here's the simplest possible code for creating a custom collection class in the Microsoft .NET Framework that includes support for For…Each loops, an indexer method and initializing collections with { ...
I have a standalone activeX EXE program that has some exposed classes and I am trying to create a Vs2008 C# dll and reference it and be able to access those classes. I am able to see everything in the ...