网页
图片
视频
学术
词典
地图
更多
航班
笔记本
set accessor
网络
设置访问器
网络释义
1.
设置访问器
软件开发常用名词中英文对照 - Leo Liu - 博客园 ... set a reference 设置引用
set accessor
设置访问器
set an index 设置索引 ...
www.cnblogs.com
|
基于51个网页
例句
释义:
全部
全部
,
设置访问器
设置访问器
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
It
is
an
error
to
use
the
implicit
parameter
name
,
value
,
for
a
local
variable
declaration
in
a
set
accessor
.
在
set
访问
器
中
,
对
局部
变量
声明
使用
隐式
参数
名称
value
是
错误
的
。
msdn2.microsoft.com
2.
Several
methods
in
this
class
assume
that the
get
accessor
and
set
accessor
methods
of
a
property
have
certain
formats
.
此
类
中
的
多个
方法
假定
属性
(
Property
)
的
get
访问
器
和
set
访问
器
方法
具有
某些
格式
。
msdn2.microsoft.com
3.
This syntax associates the
private
data
member
with
a
public
property
through
get
and
set
accessor
functions
.
虽然
属性
定义
通常
会
包括
私用
资料
成员
,
不过
并非
必须
如此
。
msdn.microsoft.com
4.
The
set
accessor
for the
DataSource
property
verifies
the
value
to
set
is
either
null
or
of
type
IEnumerable
.
DataSource
属性
的
set
访问
器
验证
要
设置
的
值
是
null
还
是
属于
IEnumerable
类型
。
msdn2.microsoft.com
5.
There
is
no
set
accessor
because
the
name
must
be
provided
to
the
constructor
.
不
存在
设置
访问
器
,
因为
必须
给
构造函数
提供
名称
。
msdn2.microsoft.com
6.
The
set
accessor
of
a
property
referenced
the
ActiveX
control
.
引用
ActiveX
控件
的
属性
的
set
访问
器
。
msdn2.microsoft.com
7.
Specifies
that
the
method
is a
set
accessor
for
a
property
.
指定
该
方法
为
属性
的
set
访问
器
。
msdn2.microsoft.com
8.
However
,
a
property
cannot
have
more
than one
get
accessor
method
or
more
than one
set
accessor
method
.
不过
,
一个
属性
不能
有
多个
get
访问
器
方法
或
多个
set
访问
器
方法
。
msdn2.microsoft.com
9.
The
set
accessor
is
similar
to
a
method
whose
return
type
is
void
.
set
访问
器
类似
于
返回
类型
为
void
的
方法
。
msdn2.microsoft.com
10.
When
you
assign
a
value
to
the
property
,
the
set
accessor
is
invoked
by
using
an
argument
that
provides
the
new
value
.
当
对
属性
赋
值
时
,
用
提供
新
值
的
参数
调用
set
访问
器
。
msdn2.microsoft.com
1
2