parameterless
无参数的
例句
The supplied type must expose a parameterless constructor that your generic type can access.
提供的类型必须公开泛型类型可以访问的无参数构造函数。
The coclass proxy also contains a default parameterless constructor for creating an instance of the COM object it represents.
辅助类代理也包含一个默认的无参数构造器,用来建立它所代表的 COM 对象的实例。
You add these annotations as needed to any public, parameterless method that returns void to implement reactions to life-cycle events.
可以根据需要将这些注解添加到适当的方法上,从而实现对生命周期事件的响应;只要求这些方法是公共方法,没有参数并返回void。