两个变量的ToString调用有什么区别?
int i = 0; i.ToString();
在调用ToString()之前,调用i.ToString()会使我首先装箱然后调用ToString或者我已经装箱了吗?
c# clr
c# ×1
clr ×1