Re: Overloading properties?
From: Bruce Wood (brucewood_at_canada.com)
Date: 12/08/04
- Next message: Bruce Wood: "Re: please help me understand ref and out"
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: Doing I/O to the Printer port and legacy IO space in C# ?"
- In reply to: ORC: "Overloading properties?"
- Messages sorted by: [ date ] [ thread ]
Date: 8 Dec 2004 12:24:20 -0800
You have to make your property use type "object" and sort it out
internally, I'm afraid.
It's not clear from your post, but maybe what you're more interested in
is generic types. Read up on "Whidbey", which is .NET Framework 2.0 and
all of the C# enhancements that come with it. Generics are one of the
heavy hitting changes.
- Next message: Bruce Wood: "Re: please help me understand ref and out"
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: Doing I/O to the Printer port and legacy IO space in C# ?"
- In reply to: ORC: "Overloading properties?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|