Thursday, 31 March 2016

What are value types in C#?

Below are the list of value types in C# -
  • decimal
  • int
  • byte
  • enum
  • double
  • long
  • float

No comments:

Post a Comment