parameterless
基本解释
- [计] 无参数的
英汉例句
- A single constructor, which is private and parameterless.
一个简单的私有并无参的构造器。 - In addition, you can specify that a type must have a parameterless constructor.
另外,可以指定类型必须有无参数的构造函数。 - Parameterless functions do not need the parenthesis, thus a typical field get method can resemble a field reference.
无参数函数不需要括号,于是域的典型方法get方法看起来就像域引用一样。 - A type can be substituted for the generic type parameter only if it has a parameterless constructor.
[本主题是预发布的文档,在将来发布的版本中可能会有更改。空白主题是为将来预留的。 - Specifically, it will be impossible if the superclass does not provide an accessible parameterless constructor.
特别地,如果超类没有提供一个可访问的、无参数的构造函数的话,那么子类要做到可系列化是不可能的。