Table of Contents

Namespace AndrasCsanyi.DataStructuresAndAlgs

Classes

List<T>

Interfaces

IList<T>

Dynamic size array, short name, List. The array is typed meaning it can handle only a single type. The list is based on an array meaning this type in contiguous. The size of this list is dynamically managed and doesn't require any act from the user.