P
pamela fluente
Sometimes I define a
System.Collections.Generic.Dictionary(Of Key, ...)
but actually I only use the Key part. Is there any collection which I
can use
which is similar to a Dictionary, but without the value part ?
I mean just a list of unique key Object , with a O(1) retrieval
operation ?
-Pam
System.Collections.Generic.Dictionary(Of Key, ...)
but actually I only use the Key part. Is there any collection which I
can use
which is similar to a Dictionary, but without the value part ?
I mean just a list of unique key Object , with a O(1) retrieval
operation ?
-Pam