ArrayCollection

Creating a strongly typed ArrayCollection

Posted on 24 July 2009 by Russ

4

I often find myself adding getting Objects from an ArrayCollection and then having to cast them as the correct Object type before I can work with them. So here’s a simple way to create a strongly-typed ArrayCollection.

Continue Reading