构造函数请教
某个类中有Public SUB NEW(),怎么调用时会出现"XXX没有构造函数"? 这个类中的NEW()不就是构造函数吗?
例如类:System.Text.RegularExpressions.MatchCollection就是这样
Dim mhs As new System.Text.RegularExpressions.MatchCollection
提示:类型“System.Text.RegularExpressions.MatchCollection”没有构造函数
谢谢
[ 本帖最后由 liuyilin 于 2009-10-22 13:11 编辑 ]