Re: [ADVANCED-DOTNET] Tricky little issue..

2002-07-31 Thread Alex Henderson
I had never thought of doing that! Cheers. -Original Message- From: Paul Gaske [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 2:56 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Tricky little issue.. I'm not sure if this is of interest to you, but I just did

Re: [ADVANCED-DOTNET] Tricky little issue..

2002-07-30 Thread Paul Gaske
d is that's whats really important? - Alex -Original Message- From: Charlie Poole [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 9:31 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Tricky little issue.. John, > Sorry, forgot the :) on the "syntactic sugar&quo

Re: [ADVANCED-DOTNET] Tricky little issue..

2002-07-28 Thread Alex Henderson
ssage- From: Charlie Poole [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 9:31 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Tricky little issue.. John, > Sorry, forgot the :) on the "syntactic sugar" remark ... Not sure I would have interpreted it correc

Re: [ADVANCED-DOTNET] Tricky little issue..

2002-07-28 Thread Joe Duffy
ave the best of both worlds; thus I stick with the verbose method. joe -Original Message- From: John St. Clair [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 9:33 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Tricky little issue.. I'm not sure you *should* be able to do

Re: [ADVANCED-DOTNET] Tricky little issue..

2002-07-28 Thread Craig Andera
> Is there a way to get round this (without creating a set accessor in the > interface/NormalUser object and throwing an exception in it's method) - > properties in reality are functions (right?) so I should be able to do > this > from the CLR's point of view. I haven't tried this recently, but I

Re: [ADVANCED-DOTNET] Tricky little issue..

2002-07-27 Thread Charlie Poole
John, > Sorry, forgot the :) on the "syntactic sugar" remark ... Not sure I would have interpreted it correctly anyway. > > I think properties are *more* than syntactic sugar - although they > > are often described as such. This example shows why: once you have > > described a property as NOT b

Re: [ADVANCED-DOTNET] Tricky little issue..

2002-07-26 Thread John St. Clair
Sorry, forgot the :) on the "syntactic sugar" remark ... > I think properties are *more* than syntactic sugar - although they > are often described as such. This example shows why: once you have > described a property as NOT being settable, derived classes can't > change that. This is similar to

Re: [ADVANCED-DOTNET] Tricky little issue..

2002-07-26 Thread Charlie Poole
> > > -Original Message- > > From: Moderated discussion of advanced .NET topics. [mailto:ADVANCED- > > [EMAIL PROTECTED]] On Behalf Of Ian Griffiths > > Sent: Friday, July 26, 2002 3:16 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [ADVANCED-DOTNET] Tri