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.
特别地,如果超类没有提供一个可访问的、无参数的构造函数的话,那么子类要做到可系列化是不可能的。 - A constraint list on a type parameter can specify that the type argument passed to that type parameter must expose a parameterless constructor that the creating code can access.
类型参数上的约束列表可指定:传递给该类型参数的类型变量必须公开创建代码可访问的无参数构造函数。 返回 parameterless