TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About ENUMERATION in C#
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
C# Curator (1)
Amit Choudhary (1)
Gomathi Palaniswamy (1)
Related resources for ENUMERATION in C#
No resource found
Enum in C# 11
6/12/2023 8:40:47 AM.
C# enum is a value type with a set of related named constants often referred to as an enumerator list.
Working With Flagged Enumerations in C#
10/2/2013 11:46:52 AM.
Here you will see how flags enumerations are used for masking bit fields and doing bitwise comparisons.
Enumeration in C#
12/7/2010 8:47:28 PM.
In this article you will learn how to use Enumeration in C#.