可以根据需要将这些注解添加到适当的方法上,从而实现对生命周期事件的响应;只要求这些方法是公共方法,没有参数并返回void。
无参数函数不需要括号,于是域的典型方法get方法看起来就像域引用一样。
辅助类代理也包含一个默认的无参数构造器,用来建立它所代表的COM对象的实例。
约束指定泛型类声明中的任何类型参数都必须有公共的无参数构造函数。
构造函数约束无参数的构造函数才能作为参数实例化你的泛型·
一个类型不能有多个无参数构造函数,因此您不能指定此要求多次。
1·The coclass proxy also contains a default parameterless constructor for creating an instance of the COM object it represents.
辅助类代理也包含一个默认的无参数构造器,用来建立它所代表的 COM 对象的实例。
2·The connection factory's constructor is parameterless, so the factory has mutator methods that can be invoked to control the properties of the connection the factory will supply.
连接工厂的构造器是无参数的,因此工厂有变异方法可以被调用,以控制工厂将提供的连接的特性。