GENERICS! List<T>.
ArrayList is totally sub-2.0. ∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Tue, Sep 29, 2009 at 4:20 PM, Tom <[email protected]> wrote: > > I want to have an array of objects. For example, the class may be > Person, and the properties might be LastName, FirstName, and > PhoneNumber. > > Rather than making an array of objects, can I just have .NET allocate > only what I need, kind of how an ArrayList works? > > Thanks >
