What are value types in c#?

Asked 5 years ago
Viewed 676 times

1 Answer


0

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

answered 5 years ago by Pradeep kumar Patel

Your Answer