J
jason
this is an old topic, but i haven't found a clear answer. is there a
name/value class (such as dictionary or hashtable) that is either
ordered by FIFO, or sorted by key? either of those will work, so long
as the iterative sequence is deterministic.
i've tried hashtable, which isn't. and i read someone suggesting the
dictionarybase, but that isn't either. so can anyone tell me what to
use for a sorted or ordered name/value pair class?
thanks,
jason
name/value class (such as dictionary or hashtable) that is either
ordered by FIFO, or sorted by key? either of those will work, so long
as the iterative sequence is deterministic.
i've tried hashtable, which isn't. and i read someone suggesting the
dictionarybase, but that isn't either. so can anyone tell me what to
use for a sorted or ordered name/value pair class?
thanks,
jason