月亮词典
首页
查询
define type
定义类型
常用释义
词性释义
定义类型
例句
全部
Generics
allow you to
define
type
- safe classes without compromising
type
safety
,
performance
,
or
productivity
.
通过泛型可以定义类型安全类,而不会损害类型安全、性能或工作效率。
Generics
allow you to
define
type
-
safe
data
structures, without committing to
actual
data
types
.
通过泛型可以定义类型安全的数据结构,而无须使用实际的数据类型。
Describes
how
generics
allow you to
define
type
-
safe
collection
classes
.
介绍如何通过泛型定义类型安全的集合类。
You
must
manually
define
type
libraries
containing
variable
-
length
arrays
,
as
shown
in
the
following
example
.
必须手动定义包含可变长度数组的类型库,如下面的示例中所示。
If
you
have
defined
a
class
or
structure
,
you
can
define
type
conversion
operators
between
String
and
the type
of
your
class
or
structure
.
如果您定义了类或结构,可以定义String与您的类或结构的类型之间的类型转换运算符。