[Mono-list] Array should have a Count property?
Miguel de Icaza
miguel@ximian.com
21 Nov 2001 17:21:53 -0500
> My first baffling question is this: Why doesn't the MS version of Array
> does have a Count property even though Array implements ICollection.
> (Mono's version of Array does, BTW.)
This is puzzling. The documentation for ICollection.Count says (this
wording is very strange):
`When implemented by a class, gets the number....'
Contrast this wording with the wording of other interface methods (all
the ICollection wording is like this).
I have no idea of why we get this behavior.
Miguel.