C#Switch语句 [英] C# Switch statement

查看:71
本文介绍了C#Switch语句的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能在一个案例中有范围或模式?


如果没有,为什么这个设计不是为了让它更容易而不是列出

每个案例值都需要吗?


-


Duncan McNutt

微软产品停用团队

-

Is it possible to have ranges or patterns in a case ?

If not, why wasnt this designed in to make it easier instead of listing
every case value needed?

--

Duncan McNutt
Microsoft Product Deactivation Team
--


推荐答案

" Duncan McNutt [BSDM]" < NU ******* @ 127.0.0.66>写道:
"Duncan McNutt [BSDM]" <nu*******@127.0.0.66> wrote:
是否有可能在一个案例中有范围或模式?

如果没有,为什么这个设计不是为了让它更容易而不是列出<每个案例值都需要吗?
Is it possible to have ranges or patterns in a case ?

If not, why wasnt this designed in to make it easier instead of listing
every case value needed?




你应该得到一本初学者的C#书并开始阅读它。


-

harry



You should get a beginner''s C# book and start reading it.

--
harry


我正在尝试安装从MS网站下载的MIS 2002试用版但是我

出现以下错误。


如何修复此问题并安装?有什么想法吗?


活动类型:错误

活动来源:MsiInstaller

活动类别:无

事件ID:11720

日期:8/17/2003

时间:10:09:38 PM

用户:N / A < br $>
计算机:VMWARE2KPRO

描述:

产品:Mobile Information Server - 错误1720.
$ b $有问题b此Windows Installer程序包。无法运行此安装所需的脚本

complete。请联系您的支持人员或软件包供应商。

自定义操作IsDCLogon脚本错误-2147023665,:第2339行,第5列,

-


Duncan McNutt

微软产品停用团队

-


" Harry Bosch" <无** @ given.com>在消息中写道

news:Xn *********************** @ 207.46.248.16 ...
I am trying to install MIS 2002 Trial I downloaded from the MS site but I
get the following errors.

How can I fix this and get it installing? Any ideas?

Event Type: Error
Event Source: MsiInstaller
Event Category: None
Event ID: 11720
Date: 8/17/2003
Time: 10:09:38 PM
User: N/A
Computer: VMWARE2KPRO
Description:
Product: Mobile Information Server -- Error 1720.There is a problem with
this Windows Installer package. A script required for this install to
complete could not be run. Contact your support personnel or package vendor.
Custom action IsDCLogon script error -2147023665, : Line 2339, Column 5,

--

Duncan McNutt
Microsoft Product Deactivation Team
--

"Harry Bosch" <no**@given.com> wrote in message
news:Xn***********************@207.46.248.16...
Duncan McNutt [BSDM]" < NU ******* @ 127.0.0.66>写道:
"Duncan McNutt [BSDM]" <nu*******@127.0.0.66> wrote:
是否有可能在一个案例中有范围或模式?

如果没有,为什么这个设计不是为了让它更容易而不是列出<每个案例值都需要吗?
Is it possible to have ranges or patterns in a case ?

If not, why wasnt this designed in to make it easier instead of listing
every case value needed?



你应该得到一本初学者的C#书并开始阅读它。

-
哈里



You should get a beginner''s C# book and start reading it.

--
harry



oops,错误的帖子。


-


Duncan McNutt

微软产品停用团队

-


Duncan McNutt。[BSDM]" <亩******* @ 127.0.0.22>在消息中写道

新闻:呃************* @ TK2MSFTNGP10.phx.gbl ...
oops, wrong thread.

--

Duncan McNutt
Microsoft Product Deactivation Team
--

"Duncan McNutt .[BSDM]" <mu*******@127.0.0.22> wrote in message
news:uh*************@TK2MSFTNGP10.phx.gbl...
我正在尝试安装MIS 2002试用我从MS网站下载但是我收到以下错误。

如何解决这个问题并安装它?有什么想法吗?

活动类型:错误
活动来源:MsiInstaller
活动类别:无
活动编号:11720
日期:8/17/2003
时间:10:09:38 PM
用户:N / A
计算机:VMWARE2KPRO
描述:
产品:Mobile Information Server - 错误1720.有这个Windows Installer程序包存在问题。无法运行此安装完成所需的脚本。请联系您的支持人员或打包
供应商。自定义操作IsDCLogon脚本错误-2147023665,:第2339行,第5列,


Duncan McNutt
Microsoft产品停用团队
-

哈里博世 <无** @ given.com>在消息中写道
新闻:Xn *********************** @ 207.46.248.16 ...
I am trying to install MIS 2002 Trial I downloaded from the MS site but I
get the following errors.

How can I fix this and get it installing? Any ideas?

Event Type: Error
Event Source: MsiInstaller
Event Category: None
Event ID: 11720
Date: 8/17/2003
Time: 10:09:38 PM
User: N/A
Computer: VMWARE2KPRO
Description:
Product: Mobile Information Server -- Error 1720.There is a problem with
this Windows Installer package. A script required for this install to
complete could not be run. Contact your support personnel or package vendor. Custom action IsDCLogon script error -2147023665, : Line 2339, Column 5,

--

Duncan McNutt
Microsoft Product Deactivation Team
--

"Harry Bosch" <no**@given.com> wrote in message
news:Xn***********************@207.46.248.16...
" Duncan McNutt [BSDM]" < NU ******* @ 127.0.0.66>写道:
"Duncan McNutt [BSDM]" <nu*******@127.0.0.66> wrote:
是否有可能在一个案例中有范围或模式?

如果没有,为什么这个设计不是为了让它更容易而不是
列出了所需的每个案例值?
Is it possible to have ranges or patterns in a case ?

If not, why wasnt this designed in to make it easier instead of listing every case value needed?



你应该得到一本初学者的C#书并开始阅读它。

-
哈里



You should get a beginner''s C# book and start reading it.

--
harry




这篇关于C#Switch语句的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆