(c) 2002 Visual Studio Magazine
Fawcette Technical Publications

Issue: March 2002
Black Belt Column
Author: Dan Fergus
Filename: VS0203BB

This article's code includes the complete Visual Basic code for the test application, consisting of a form, and two classes.

Form1.frm  - Sample code to implement the collection class
cPerson.cls - class to expose data through the class properties
cPersons.cls - the class that implments the functionality provided by our type-safe custom collection

