[Mono-list] Array Class

Gaurav Vaish gvaish@iitk.ac.in
Mon, 11 Mar 2002 13:40:17 +0530


----- Original Message -----
From: "Dwivedi , Ajay Kumar" <AjayKumar.Dwivedi@dresdner-bank.com>
To: "'Gaurav Vaish'" <gvaish@iitk.ac.in>
Cc: "'Nick Drochak'" <ndrochak@gol.com>; "Mono-List" <mono-list@ximian.com>
Sent: Monday, March 11, 2002 13:11
Subject: RE: [Mono-list] Array Class


: The documentation declares the methods I had listed as "Explicit Interface
: Implementations"
: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
: frlrfsystemarraymemberstopic.asp

Mea Culpa!

    Grrrhh! I did not see this "Explicit Interface Implementations". Actually,
I've got so used to the protected / public kind of invocations in WebControls
(where no explicit implementations are listed) that I've almost forgotten these.

    Ok, it not even lists anything like "public int Add(object o)". I was once
stuck with "public int Add(SomeType obj)" and the class implements IList.. I had
to do
    "int IList.Add(object o) { return Add((SomeType)obj); }"
;-)

    It gets so confusing at times (at least for me, till some time back).


Cheers,
Gaurav Vaish
http://home.iitk.ac.in/student/gvaish
http://calendar.yahoo.com/mastergaurav
---------------------------------

:
: Happy Hacking,
: Ajay
:
: _______________________________________________
: Mono-list maillist  -  Mono-list@ximian.com
: http://lists.ximian.com/mailman/listinfo/mono-list