Kevin
Fri Mar 23 07:35:38 CDT 2007
> Will this provide as efficient lookup as the HashTable?
What are you trying to look up?
--
HTH,
Kevin Spencer
Microsoft MVP
Printing Components, Email Components,
Networking Components, Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
"Joseph Geretz" <jgeretz@nospam.com> wrote in message
news:uCXGR$LbHHA.3616@TK2MSFTNGP05.phx.gbl...
> Hi Rad,
>
>> An array?
>
> Will this provide as efficient lookup as the HashTable?
>
> Thanks,
>
> - Joseph Geretz -
>
> "Rad [Visual C# MVP]" <nospam@nospam.com> wrote in message
> news:4mwnai36wsnt$.dlg@thinkersroom.com...
>> On Thu, 22 Mar 2007 12:54:49 -0400, Joseph Geretz wrote:
>>
>>> Basically, I just need an efficient way to store and retrieve keys from
>>> a
>>> list. I don't need key/value pairs. I've implemented this with the
>>> standard
>>> HashTable, but the value column is a waste since every key has the same
>>> value, "".
>>>
>>> Thanks for your advice.
>>>
>>> - Joe Geretz -
>>
>> An array?
>> --
>> Bits.Bytes
>>
http://bytes.thinkersroom.com
>
>