Thanks for all the responses.  I will use Generics (after I read up on
how to use them:) ).

On Sep 29, 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

Reply via email to