What\'s the difference between \"Length\", \"Count()\" and \"Rank\" for .net array?
Lenght is the size of the array Count() is the amount of items in the array (from system.linq) Rank returns the numer of dimensions (a[][] = 2, a[] = 1)