Enum in C#: Enumeration या Enum एक Programmer-Defined Type होता है और Array, Structure, Class आदि की तरह ही ये भी एक Reference Type ही होता है। जब हम कोई .NET Application Create करते हैं, तो कुछ Specific Numerical Values के Set को कुछ निश्चित Symbolic Names के साथ Map करने के लिए हम enum Type का प्रयोग करते हैं। enum Type का प्रयोग करके वास्तव में हम Application Related विभिन्न Numerical मानों को एक निश्चित नाम दे देते हैं और पूरे Application के … [Read more...]
enum in C#
Filed Under: C# Programming Language in Hindi Tagged With: c# enum example, convert string to enum c#, enum c#, enum example, enum example in c, enum in C#, enum in c# example, enum to string, enum values, enum.parse, enum.parse c#, enumerable c#, enumeration in c#, enumerator in c#, enums, enums in c#, how to use enum, how to use enum in c#, ienumerator, ienumerator in c#, string to enum, use of enum in c, what is enum, what is enum in c, what is enumeration, what is enumeration in c