dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]IList.Count problem + webservice API + status page bug


From: Rhys Weatherley
Subject: Re: [DotGNU]IList.Count problem + webservice API + status page bug
Date: Wed, 20 Mar 2002 07:57:01 +1000

Silvernerd wrote:

> Does this mean that IList should have a Count property?

IList inherits from ICollection, which does have a Count
property.  Thus, any class that implements IList must
also implement ICollection, making the Count property
available.

> Another question: are there any plans for a webservice API? I mean an
> API that would provide important things like GUI stuff to webservices.

The Mono high-level libraries may have something for
doing this already.  Check them out.

> And last: I believe the pnetlib status pages have a bug in them, all
> classes in the System.Net and System.Net.Sockets namespaces are marked
> as missing while
> about the half of them aren't. Maybe this has something to do with the
> relocation of the System.Net namespace (and some other classes) into
> {pnetlibroot}/System.

The status page is generated from mscorlib.dll, which is
compiled from pnetlib.  Compilation has lagged for a few
weeks because it is a pain to compile it using MS's
compiler.  I'm madly working on getting cscc to the point
that it can compile the metadata so that the status page
will work once more.

Cheers,

Rhys.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]