选择语句根据某个条件是否为 true 来将程序控制权移交给特定的流。
选择语句中使用下列关键字:
if
else
switch
case
default
Flow Control 在 Beginning Visual C# 2010
C# 参考C# 编程指南C# 关键字语句关键字(C# 参考)