我正在查看我最近加入的项目的一些代码,并在.NET 3.5的C# Win Forms Application中发现:
public void foo()
{
//Normal code for function foo.
//This is at the end and it is left-indented just as I put it here.
EndPoint:
{
}
}
当我单击“端点/转到定义”时,它显示“无法导航到端点”,但整个项目非常小并且编译/运行没有错误,所以它不是缺少参考或任何东西。
什么是 EndPoint?这个名称为 {} 的语法是什么?