标签: c# .net reflection types
我希望有一个原因我还不知道。为什么typeof(string[][,])会将String[,][]作为名称返回?
typeof(string[][,])
String[,][]