From: Peter Duniho on 11 May 2010 03:04 Arne Vajh�j wrote: > [...] > It would not work in this case, because the type of the two values > are different. Well, sort of. The original code is pretty awful in conception, so IMHO using the generic class should guide the OP toward a better design. Even Dictionary<string, object> is better than using Hashtable, even if it does still wind up requiring casting for some things. Pete
First
|
Prev
|
Pages: 1 2 Prev: Axis WebService, .NET 3.5 and empty array Next: about using the Lock synchorization mechanism |