Labels in C#

Labels are program elements that simply identify a location in a program. Their only practical use is to support the goto statement. The goto statement allows program control to
jump to the place where a label is defined. A label is any valid identifier followed by a colon (not a semicolon).
posted @ 2010-02-21 17:17  能巴  阅读(164)  评论(0编辑  收藏  举报