群发词典
首页
查询
function delegate
函数委托
常用释义
函数委托
扩展信息
网络释义
函数委托
但是您不能够将子过程(Sub)赋值给
函数委托
(
Function Delegate
)。下面的例子,函数 doubler 的地址复制给 Sub 委托 Del…
例句
全部
Then
,
when
the
function
delegate
is
invoked
the
specified
method
of
the
specified
instance
is
called
.
接着,调用此函数委托时,将调用指定实例的指定方法。
procedure
name
.
When
the
specified
procedure
is
an
instance
method
then
the
function
delegate
refers
to
both
the
instance
and
the
method
.
如果指定的过程是实例方法,则此函数委托同时引用此实例和方法。