0 votes
in C Sharp by
What are value types in C#?

1 Answer

0 votes
by
Below are the list of value types in C# -

decimal

int

byte

enum

double

long

float
...