I have some objects that use the same interface. How can I create a typed collection of these objects (ie only objects that use the interface).
So, say the interface has a property called myProperty. Then I could access that property of a particular object in the list using myCollection.myProperty.
Cheers,
Jon
"There are 10 types of people in the world... those who understand binary and those who don't.
So, say the interface has a property called myProperty. Then I could access that property of a particular object in the list using myCollection.myProperty.
Cheers,
Jon
"There are 10 types of people in the world... those who understand binary and those who don't.