csharp 使用goto的可怕的cs代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 使用goto的可怕的cs代码相关的知识,希望对你有一定的参考价值。

JumpHere:
int lat, lng, frequency;

if (true)
{
    goto myHorribleCode;
}
else
{
    goto JumpHere;
}

myHorribleCode:
int x,y,z;

以上是关于csharp 使用goto的可怕的cs代码的主要内容,如果未能解决你的问题,请参考以下文章

csharp 正则表达式(基本 - 使用WindowsForm).cs

csharp 使用EF(附加方法).cs更新单个实体

csharp 例如-CSHARP-GroupDocs.Signature.Examples.CSharp的签名,custominputhandler.cs

csharp 例如-CSHARP-GroupDocs.Signature.Examples.CSharp的签名,customoutputhandler.cs

csharp 例如-CSHARP-GroupDocs.Signature.Examples.CSharp的签名,custominputhandler.cs

csharp 例如-CSHARP-GroupDocs.Signature.Examples.CSharp的签名,customoutputhandler.cs