网页
图片
视频
学术
词典
地图
更多
航班
笔记本
C#2.
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
With C# 2
.
0
,
the
solution
to
both of
these
problems
is
to
apply
the
static
keyword
at the
class
level
,
as
shown
in
Figure
9
.
使用
C#2.0
时
,
对
这
两个
问题
的
解决方案
是
在
类
级别
应用
static
关键字
,
如
图
9
所
示
。
blog.sina.com.cn
2.
Using
C# 2
.
0
Generics
,
it is
possible
to create
what
I
have called a
'
Singleton
Provider
'
.
使用
C#2.0
的
泛型
,
使得
实现
我
所
说
的
“
单
例
提供者
”
成为
可能
。
www.cnblogs.com
3.
While
not
much
of
an
issue
in
C# 2
,
this
far
more
important
now
that
passing
functions
to
other
functions
is
becoming
common
.
在
C#2.0
中
这
不
算
什么
大
问题
,
但
由于
我们
经常
把
函数
传递
到
其他
函数
中
,
因此
它
现在
变得
越来越
重要
了
。
www.infoq.com
4.
Generics
are
the most useful C# 2
.
0 language extensions
,
beside
Anonymous
methods
,
Iterators
,
Partial
types
And
Nullable
types
.
比较
匿名
方法
,
迭代器
,
不
完全
类型
,
可
空
类型
而言
,
泛型
是
。
blog.sina.com.cn
5.
With the advent of C# 2
.
0
Generics
,
it is
possible
to
write
this
code
only
once
.
使用
新
的
C#2.0
的
泛型
,
可以
实现
只
写
一次
同样
得
代码
。
www.cnblogs.com
6.
They
take
the
C# 2
.
0
standard
and
fill
in the
blanks
.
他们
采取
了
C#2.0
标准
并
填补
了
空白
。
www.infoq.com
7.
The
biggest
news
is
that the
debugger
now
has
support
for C# 2. 0
features
such
as
generics
,
anonymous
methods
and
iterators
.
最大
的
消息
是
调试
器
现在
支持
C#2.0
的
特性
,
如
泛型
、
匿名
方法
和
迭代
器
…
…
www.infoq.com
8.
For
example
,
a
CodeProject
article
can
be
found
here
:
"
Generics
in
C# 2
.
0"
by
Ansil.
例如
,
一
篇
由
CodeProject
的
Ansil
所
写
的
文章
可以
在
这里
找到
:
“
GenericsinC#2.0
”
。
www.cnblogs.com
9.
Using
C# 2. 0
Generics
to
achieve
a
reusable
Singleton
pattern
使用
C#2.0
泛型
来
完成
单
例
模式
的
重用
www.cnblogs.com