Hello
I want to get the property of a class, sorted by order in storage.
I know we can use
Set##classBut using GetAt sorts the results alphabetically.
Example :
ExtendsAslistProperty.GetAt(1).Name = "journal" and listProperty.GetAt(2).Name = "tiers"
But I would like it to be instead: listProperty.GetAt(1).Name = "tiers" and listProperty.GetAt(2).Name = "journal"
Do you have a solution, please?
Corentin
.png)