网页
图片
视频
学术
词典
地图
更多
航班
笔记本
类类型
网络
class
;
class
type
;
Class
Types
网络释义
1.
class
C#基础语法总结-ASP.NET-第七城市 ... 继承( Inheritance)
类类型
(
class
) 结构类型( struct) ...
www.th7.cn
|
基于123个网页
2.
class type
中英文对照表 - 豆丁网 ... type 类型
class type
类类型
primitive type 基本类型 ...
www.docin.com
|
基于76个网页
3.
Class Types
C#编程思想 - C# - 拼吾爱程序人生 ... 引用类型( reference types)
类类型
(
class types
) 对象类型( the object type) ...
www.pin5i.com
|
基于41个网页
例句
释义:
全部
全部
,
class
class
,
class type
class type
,
Class Types
Class Types
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
direct
base
class
of
a
class
type
must
be
at least
as
accessible
as the
class
type
itself
.
类
类
型
的
直接
基
类
必须
至少
与
类
类型
本身
具有
同样
的
可
访问
性
。
msdn2.microsoft.com
2.
There
is
a
third
possibility
:
The
element
type
might
be of a
class
type
that does
not
define
any
constructors
.
还
有
第三
种
可能性
:
元素
类
型
可能
是
没有
定义
任何
构造函数
的
类
类型
。
dictsearch.appspot.com
3.
No
translation
unit
shall contain more
than
one
definition
of
any
variable
,
function
,
class
type
,
enumeration
type
or
template
.
翻译
单元
中
只能
有
任何
变量
,
函数
,
类
类
型
,
枚举
类型
或
模板
的
唯一
定义
。
www.kuenglish.info
4.
Such
a
diagram
will
contain
a
variable
name
and its
class
type
in
the
boxes
along the
horizontal
axis
,
as
seen
in
Figure
2
.
这样
的
图
将
在
水平
轴
方向
的
框
中
包含
一个
变量
名
及其
类
类
型
,
如
图
2
所
示
。
www.ibm.com
5.
an
object
of
a
most
derived
class
type
is
called
a
most
derived
object
.
一个
最终
派生
类
类
型
的
对象
被
称为
最终
派生
对象
。
www.31456.com
6.
You
can
prime JUnit
to
expect
this
failure
by
setting
the expected
value
on the @Test
annotation
of
the
class
type
you
expect
to
be
thrown
.
通过
将
您
希望
抛出
异常
的
类
类
型
的
@Test
注释
的
值
设置
为
expected
,
可以
使
JUit
提前
预测
到
这种
错误
。
www.ibm.com
7.
In
this
section
,
we
look at
how
class
-
type
conversions
are
used
to
match
an
argument to its
corresponding
parameter
.
在
这
一
节
,
我们
介绍
怎样
用
类
类
型
转换
将
实
参
和
对应
形
参
相
匹配
。
dictsearch.appspot.com
8.
For
simplicity
here
,
we
have
looked
up our
component
handler
and
then
cast
it
to
the
implementation
class
type
that
we
know
.
为了
保持
简单
,
我们
查找
了
组件
处理程序
并
将
其
转换
为
已知
的
实现
类
类
型
。
www.ibm.com
9.
A
constructor
that
can
be
called
with
a
single
argument
defines
an
implicit
conversion
from
the
parameter
type
to
the
class
type
.
可以
用
单个
实
参
来
调用
的
构造函数
定义
了
从
形
参
类
型
到
该
类
类型
的
一个
隐式
转换
。
www.showxiu.com
10.
Show the
possible
class
-
type
conversion
sequences
for
each
of
the
following
initializations
.
What
is
the
outcome
of
each
initialization
?
为
下述
每个
初始
化
列出
可能
的
类
类
型
转换
序列
。
每个
初始
化
的
结果
是
什么
?
dictsearch.appspot.com
1
2
3
4
5