我只是在C#中遇到了一个小问题,它只是一个复制粘贴错误,但不知道C#如何接受它.
这段代码成功编译......怎么样
namespace DemoNS { class DemoClass { String _ = new String('a', 1); } }
名为变量的默认值是什么_?
_
c# naming-conventions identifier
c# ×1
identifier ×1
naming-conventions ×1