What are value types in c#?

Asked 6 years ago
Viewed 770 times

0

What are value types in c#?


1 Answer


0

 Below are the list of Reference types in C# programming language.
• Int
• Float
• Long
• Byte
• Double
• Enum
• decimal

answered 6 years ago by Pradeep kumar Patel

Your Answer