hi zeroc,
just one quick question:
Why class cannot be a key for a dictionary?
as long as the class is used as a value type i think it shall work.
thx tom
|
|
hi zeroc,
just one quick question:
Why class cannot be a key for a dictionary?
as long as the class is used as a value type i think it shall work.
thx tom
Thomas Müller, Freelance Software Developer
My profil on www.freelancermap.de
My Profile on Xing
Projects depend on customers
Because classes support inheritance, they could potentially contain anything, including other maps, or floating point types, both of which are not suitable as dictionary keys (at least not for all language mappings).
There are currently 1 users browsing this thread. (0 members and 1 guests)