#133 – An Array’s Length Is Fixed

The size of standard arrays in C# is fixed–once instantiated, you can’t change the number of elements in the array. If you need a list of objects to which you can add or remove elements, you should use one of the classes in the System.Collections namespace.  Specifically, the ArrayList type allows creating a collection of objects that can grow or shrink dynamically.

Advertisement

About Sean
Software developer in the Twin Cities area, passionate about software development and sailing.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: