Value Type (實值型別) and Reference Type (參考型別)
一、Value Type (實值型別)
符合 Value Type 的型別有
bool
byte
char
decimal
double
enum
float
int
long
sbyte
short
struct
uint
ulong
ushort
二、Reference Type (參考型別)
符合 Reference Type 型別有
class
delegate
dynamic
interface
object
string
參考資料: