.Net
What’s the big difference that I can’t access by index? kinda tilted at this
Only the non-generic version of SortedList has that method. Remember that Foo<T> is not the same class as Foo (although one could subclass the other). They both have an indexer though, I’d use that in Read more…