Define the constructor of the class through the TypeBuilder
摘要:
In TypeBuilder you can use two method to define the constructor of the Type(class): DefineDefaultConstructor and DefineConstructor . DefineDefaultConstructor generates a default constructor. Th... 阅读全文
posted @ 2005-07-13 13:44 bughole 阅读(262) 评论(0) 推荐(0)