问答题
简答题
试述delegate是引用类型还是值类型?enum、int[]和string呢(难度系数40%)?
【参考答案】
delegate引用类型
enum值类型
int[]引用类型
string引用类型
点击查看答案
相关考题
