I have classes like this: Class Customer Inherits Person Class Employee Inherits Person
Class PersonCollection(Of T as {Person, New}) Class EmployeeCollection Inherits MyCollection(of Employee) Class CustomerCollection Inherits MyCollection(of Customer) Now I want to have a function that can operate on any MyCollection. How can I declare that? Thanks in advance, Jeff Paulsen =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com