Order of Elements in a Realm Collection

Hi,

I didn’t find a clear answer in the documentation or a different thread, so I’m asking here real quick.

Are collections, specifically for IList, ordered? So everytime I read the collection from the database it will have the same order of elements without calling any order/sort method?

Hi Thorsten,

Yes RealmLists are ordered.
You can find this information in the api documentation.

Andrea

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.