After Getting a System.Reflection.PropertInfo array for a class- Does anyone know how or if this array is sorted or do I have to Array.Sort(MySortMethods/Params)?
After Getting a System.Reflection.PropertInfo array for a class- Does anyone know how or if
Share
Presumably you’re getiing the
PropertyInfoarray by callingGetProperties, in which case the ordering of the array isn’t guaranteed.From the MSDN documentation: