Network, Computer and Programming Resources
Visual basic - Collection
An object that contains a group of member objects of the same type. Collections are somewhat similar to arrays, but they have more functionality (such as Add and Remove methods), and you can access their members with textual keys as well as numeric indexes. You can also use the special VB For each...Next construct to loop through a collection's members.