In .NET, pretty much all collections have the .Count
property.
Sometimes I wonder if it would be better to have it on Array
as well, directly though, not through ICollection
.
It's just something you make an exception in your mind only for arrays.
So is it better to be "more correct" or "more uniform" in this case?