public class CountryCollection : Collection<Country>
Public Class CountryCollection Inherits Collection(Of Country)
The CountryCollection type exposes the following members.