C
Charles Law
I want to sort a collection of objects, which has been read from an XML
file. I also wish to be able to access the elements of my collection by key
or index.
Is there such a collection already that I can use? I have tried inheriting
from SortedList, but the deserializer gets upset and says that there was an
error deserializing because the collection implements IDictionary.
You probably recognise this question from a while ago, but I haven't found a
satisfactory answer yet.
TIA
Charles
file. I also wish to be able to access the elements of my collection by key
or index.
Is there such a collection already that I can use? I have tried inheriting
from SortedList, but the deserializer gets upset and says that there was an
error deserializing because the collection implements IDictionary.
You probably recognise this question from a while ago, but I haven't found a
satisfactory answer yet.
TIA
Charles