On 4 Ott, 15:37, "Muj Beg"
> Ah, I see.
>
> Although one could do list.Sort() (once), followed by list.BinarySearch() to
> gain seom of the same advantages.
>
> "pamela fluente"
>
> news:1191312990.874006.46160@g4g2000hsf.googlegroups.com...
>
Actually, I do not think you can replace, in most cases a sorted list
with a list + Ordering
without a huge performace dropdown. I mean in the cases where a sorted
list is actually needed.
For instance, you cannot be sorting after any add...
-P