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 6072203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:08:02+00:00 2026-05-23T10:08:02+00:00

Possible Duplicate: C# enums as function parameters? I was wondering how I can pass

  • 0

Possible Duplicate:
C# enums as function parameters?

I was wondering how I can pass an enum type as a method argument.

I’m trying to create a generic method that will take a combo box, and enum, and fill the combo box with each item of the enum.

  • 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-23T10:08:03+00:00Added an answer on May 23, 2026 at 10:08 am

    Refering to Convert Enum To Dictionary:

    public static IDictionary<String, Int32> ConvertEnumToDictionary<K>()
    {
     if (typeof(K).BaseType != typeof(Enum))
     {
       throw new InvalidCastException();
     }
    
     return Enum.GetValues(typeof(K)).Cast<Int32>().ToDictionary(currentItem => Enum.GetName(typeof(K), currentItem));
    }
    

    Then you can fill your ComboBox with the returned dictionary items.

    Refer to the following as well:

    Dictionary enumeration in C#

    Enum to dictionary

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

Sidebar

Related Questions

Possible Duplicate: PHP and Enums I want to create a function with several parameters
Possible Duplicate: Create Generic method constraining T to an Enum Is there any reason
Possible Duplicate: Create Generic method constraining T to an Enum Given a generic method
Possible Duplicate: How do I enumerate an enum? Say I have an enum type
Possible Duplicate: Does SQL Server 2005 have an equivalent to MySql’s ENUM data type?
Possible Duplicate: add values to enum Why enums in Java cannot inherit from other
Possible Duplicate: Enum type constraints in C# Is it possible to use enum types
Possible Duplicate: Enum type constraints in C# Could somebody kindly explain to me with
Possible Duplicate: Anyone know a good workaround for the lack of an enum generic
Possible Duplicate: Finding an enum value by its Description Attribute I have a generic

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.