System.Collections

The System.Collections namespace contains a set of classes and methods that help the user to work with data structures. All the C programmers among you are familiar with lists and other dynamic data structures. You can easily imagine how much time has been wasted in implementing dynamic data structures in C again and again. Wasting resources because you're repeating the same task too often is not the philosophy that the Mono project reflects. To get rid of inefficient behavior, Mono provides a predefined set of classes that provides all the basic functionalities for managing data.

In this section, we deal with a set of dynamic data structures provided by the Mono framework.

ArrayList

The ArrayList class can be used to store ...

Get Mono Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.