Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 C# 中,您可以执行以下操作:
SomeClass someClass = new SomeClass () { SomeProperty = someValue };
这种语法叫什么?
对象初始值设定项是名称。