摘要:
Dim CompTypeArray1() As Type = New Type() {GetType(System.Void)}error: 不支持Void类型。 Type[] CompTypeArray1 = new Type[] { typeof(void)};而在C#里,允许 typoof(void) MSDN中的解释是:这个结构体使用System.... 阅读全文
posted @ 2005-10-17 19:31
吹口琴的程序员
阅读(2724)
评论(0)
推荐(0)
浙公网安备 33010602011771号