Sudhir Goswami
Enum is Reference Type or Value Type?
By Sudhir Goswami in ASP.NET on Mar 11 2010
  • senthil kumar
    Mar, 2010 30

    enumerations are of value type. They are created and stored on the stack and passed to the methods by making a copy of the value (by value).

    • 1
  • Nachiappan NK
    Jun, 2015 16

    Enums are value type.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS