[Mono-list] Hashtable Item Property
Hamza Karamali
karamal@eecg.toronto.edu
Mon, 13 Oct 2003 20:31:49 -0400 (EDT)
Has the Item property in System.Collections.Hashtable been implemented?
Whenever I use it, I get an error like the following:
Complex.cs(90) error CS0119: Expression denotes a `property access' where
a `method group' was expected
I downloaded the latest version of mcs, peeked in the Hashtable.cs file in
.../class/corlib/System.Collections and couldn't find an Item property
defined.
Am I missing something?
Thanks,
Hamza.