C# 的@是可定义Unicode变量的

来源:互联网 发布:商业会计的软件 编辑:程序博客网 时间:2024/05/19 20:40
public static void TestFun(CTestClass tc)
{
tc.Val = 100;
}

public class CTestClass
{
public int Val;
}

CTestClass @汉字变量 = new CTestClass();
TestFun(@汉字变量);
0 0
原创粉丝点击