Do strings get converted to objects if we store them inside of an object-type array?

前端 未结 0 1269
时光取名叫无心
时光取名叫无心 2020-12-12 22:35

Take the following snippet:

string x = "";
string y = "";
object[] z = { x, y };

do x and y get converted to object,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题