I am currently reading Albahari's C# 3.0 in a Nutshell and on pg. 241, whilst talking about Array indexing, he says this:
Nonzero-based arrays are not CLS (Common Language Specification)-compliant
What does it mean exactly, for nonzero arrays to not be CLS compliant ? And what implications does it have on your code?
[Update]
Here is a link to the page of the book.