I
Imogen
Guest
Hi, when using VB6 I used to use the collection object and put in in a wrapper to facilitate my own collections
e.g.
collection: wrapper around VBs collection class
object: my own custom object.
How do I achieve this in .Net, including exposing the enumeration.
thanks Imogen
e.g.
collection: wrapper around VBs collection class
object: my own custom object.
How do I achieve this in .Net, including exposing the enumeration.
thanks Imogen