P
Pieter
Hi,
A little bit linked to my other question: I thought it was possible to have
generic list which accept multiple types of objects. So a statement as ""Dim
MyList as List(Of clsClass1, clsClass2)" would accept instances of both
clsClass1 and clsClass2.
But, it doesn't work Am I simply wrong, or did I do something wrong?
Thanks a lot in advance,
Pieter
A little bit linked to my other question: I thought it was possible to have
generic list which accept multiple types of objects. So a statement as ""Dim
MyList as List(Of clsClass1, clsClass2)" would accept instances of both
clsClass1 and clsClass2.
But, it doesn't work Am I simply wrong, or did I do something wrong?
Thanks a lot in advance,
Pieter