User Defined Data Type in C#

Posts filed under User Defined Data Type in C#

The User Defined Data Type – Enumeration Type and Structure Type

Filed in ASP.NETTags: , , , , , , , ,

The User Defined data type are the type in which we can defined such data type according to our requirement. Some example of user defined data type are Enumeration and Structure Type.  Today we will discuss the user defined Data Types. In this article we will learn how to declare and define enumeration data type [...]