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

  • Home
  • SEARCH
  • 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 8162173
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:39:03+00:00 2026-06-06T18:39:03+00:00

I have several large enums that are used like switch(someEnumValue) { case SomeEnum.Value1: DoSomething();

  • 0

I have several large enums that are used like

switch(someEnumValue)
{
  case SomeEnum.Value1:
  DoSomething();
  break;

  case SomeEnum.Value2:
  DoSomethingElse();
  break;

  ...

  case someEnum.ValueBigNumber:
  break;
}

Is there a way in Visual Studio 2010 for me to see what the integer value of someEnum.SomeValue is without actually running the program and without manually counting the values in the enum definition?

  • 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-06-06T18:39:04+00:00Added an answer on June 6, 2026 at 6:39 pm

    There is nothing built in for this, though you can define the enumerations with the actual integer values directly, so one look at the enum declaration will tell you the members value:

    public enum SomeEnum
    {
       Value1 = 0,
       Value2 = 1,
       ...
       ValueN = 78897
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several csv's that look like this: I have several large text files
I have a several functions which are quite large, and are only used in
I have a large disk file (around 8 GB) containing several million records that
I have several hundred images that I ended up saving as a large file
I have several large code bases which compile into dynamic libraries. I know that
I have several fairly large XML files that represent data exported from a system
I have several large projects that I work on. Depending on the project and
I have several large text text files that all have the same structure and
I have several large zip file that contain a dir structure that I must
I have several large csv files with thousands of columns that I need to

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.