主题:构造函数请教-有NEW,不能NEW
某个类中有Public SUB NEW(),怎么调用时会出现"XXX没有构造函数"? 这个类中的NEW()不就是构造函数吗?
例如类:System.Text.RegularExpressions.MatchCollection就是这样
[b]Dim mhs As new System.Text.RegularExpressions.MatchCollection [/b]
提示:类型“System.Text.RegularExpressions.MatchCollection”没有构造函数
例如类:System.Text.RegularExpressions.MatchCollection就是这样
[b]Dim mhs As new System.Text.RegularExpressions.MatchCollection [/b]
提示:类型“System.Text.RegularExpressions.MatchCollection”没有构造函数