Ordering of reflection requests in dotnet

Posted by happyclicker on Stack Overflow See other posts from Stack Overflow or by happyclicker
Published on 2010-06-14T08:59:47Z Indexed on 2010/06/14 9:02 UTC
Read the original article Hit count: 146

Filed under:
|

When I call GetProperties() on a type, the properties are ordered as they are written in the source code. This is very handy but my question is, if this is a guaranteed behavior or may this change depending on the runtime version and the environment. Does anyone know something about that?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET