I’m using reflection to get the properties from 10 concrete classes that either directly or through inheritance, implement an interface. The properties are returned with the sub type properties listed first. Is there any way to reverse that, so the super type properties are listed first followed by the sub type properties?