Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6820295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:24:28+00:00 2026-05-26T21:24:28+00:00

I need to get fieldinfo in a guaranteed order with respect to declaration order.

  • 0

I need to get fieldinfo in a guaranteed order with respect to declaration order. Right now I’m using attributes to specify order.

Is there a more automatic way of doing this?

Does anyone have knowledge of how LayoutKind.Sequential works, and if I can apply its technique.

I don’t see how LayoutKind.Sequential works, unless there’s some precompiler code that adds attributes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T21:24:29+00:00Added an answer on May 26, 2026 at 9:24 pm

    If you want the ordering of the fields returned by Type.GetFields to be stable, try sorting by the MetadataToken property.

    Type myType = ...
    BindingFlags flags = ...
    IEnumerable<FieldInfo> orderedFields = myType.GetFields(flags)
                                                 .OrderBy(field => field.MetadataToken);
    

    Empirically, ordering fields in this manner has been found to return them in declaration order, although this isn’t documented.

    By the way, the question as asked doesn’t entirely make sense; there isn’t any reason to believe that the reflection API is tied in any way to how the runtime lays objects out in memory.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given a FieldInfo object and an object, I need to get the actual bytes
I need to get the default printer name. I'll be using C# but I
I need a way to get the size of a file using C#, and
I need some help. Right now i have done a file search that will
I need get bbish name3 more bbish name4 more $p = '%<a\s+href=my-anchor-name3\s*>(?:.*)</a>%im'; $s =
I'm developing an application for Galaxy Tab, and now I need get some files
I am using Fieldinfo.FieldType.FullName to get the field datatype. For a string i get
Just need get some vals located in application.ini(main ini) in the Controller plugin I
I need get all items these have no categories int? categoryId = null; var
I'm working with C#.net developing applications for windows mobile 6, and i need get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.