【发布时间】:2014-11-24 17:30:49
【问题描述】:
我正在编写一些代码,但我不知道我做了什么,但我的代码开始看起来像这样。我在 Mac 上使用新兵训练营,我尝试像在 Mac 上一样输入{,但我想我按下了热键。
- 标记有点绿色,被编译器忽略。
if (someThing == 10)
{
----(if someOtherThing != 20)
----{
--------DoSomething();
----}
}
【问题讨论】:
标签: c# visual-studio-2013 bootcamp