The ArrayCollection class is a wrapper class that provides an array as a collection that can be accessed and managed using ICollectionView or IList interface methods and properties.
The Array class allows you to access and manage arrays. Array indices are based on a zero value, which means that the first element in the array is [0], the second element is [1], etc.
Todd moses
source share