月亮词典
首页
查询
Parameterless
无参数的
常用释义
词性释义
无参数的
例句
全部
You
add
these
annotations
as
needed
to
any
public
,
parameterless
method
that
returns
void
to
implement
reactions to
life
-
cycle
events
.
可以根据需要将这些注解添加到适当的方法上,从而实现对生命周期事件的响应;只要求这些方法是公共方法,没有参数并返回void。
Parameterless
functions
do
not
need
the
parenthesis
,
thus
a
typical
field
get
method
can
resemble
a
field
reference
.
无参数函数不需要括号,于是域的典型方法get方法看起来就像域引用一样。
The
coclass
proxy
also
contains
a
default
parameterless
constructor
for
creating
an
instance
of
the
COM
object
it
represents
.
辅助类代理也包含一个默认的无参数构造器,用来建立它所代表的COM对象的实例。
A
parameterless
constructor
cannot
be
declared
in
value
types
.
不能在值类型中声明无参数构造函数。
Constraint
specifies
that any
type
argument
in a
generic
class
declaration
must
have
a
public
parameterless
constructor
.
约束指定泛型类声明中的任何类型参数都必须有公共的无参数构造函数。
Constructor
Require types that use
your
generic
to
implement
a
parameterless
constructor
.
构造函数约束无参数的构造函数才能作为参数实例化你的泛型·
A
type
cannot
have
more
than one
parameterless
constructor
,
and
you
cannot
specify
this
requirement
more
than
once
.
一个类型不能有多个无参数构造函数,因此您不能指定此要求多次。
Use
the
parameterless
constructor
and
then
set the properties
using
使用无参数的构造函数,然后使用