There is special type SZArrayHelper - wrapper around array. Here is source code: https://referencesource.microsoft.com/#mscorlib/system/array.cs,aa97964558672440
Also, array implements IList, and it implements ICollection and it implements IEnumerable. So, Array implements IEnumerable