Home All Groups Group Topic Archive Search About

Application and HashTable

Author
26 Nov 2005 6:45 AM
RicercatoreSbadato
Can I put in the context Application an HashTable?

I always see only strings..but I'd like to put in an HashTable, how can
I do it?

Author
26 Nov 2005 8:41 AM
JasonS
On 25 Nov 2005 22:45:18 -0800, RicercatoreSbadato wrote:

> Can I put in the context Application an HashTable?
>
> I always see only strings..but I'd like to put in an HashTable, how can
> I do it?

A HashTable takes objects, not strings, so use whatever object type you
like.

Cheers,
Jason

Bookmark and Share