VB.NET在C类语言中是否有任何范围嵌套运算符,如{}?
示例C++类型代码:
int i; i = 0; { int i; i++; }
vb.net scope
scope ×1
vb.net ×1