PDA

Click to See Complete Forum and Search --> : Collection of Classes


Bananafish
Dec 7th, 2001, 06:11 AM
This is probably a basic question, but I am trying to set up a collection of a class. In vb6 I would do this using the class builder, and it would set up the various methods (add, item, enum etc) - does anyone know if there is an equivelent wizard in vb net?

gijsj
Dec 8th, 2001, 04:23 AM
You can use Class View and right clik on the Class to add methods, properties, fields and indexers.

That's all.