Enumeration Base Types

image_pdfimage_print
   
  

enum SmallEnum : byte
{
    A,
    B,
    C,
    D
}

           
         
    
     


This entry was posted in Data Types. Bookmark the permalink.