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 };
この構文は何と呼ばれていますか?
オブジェクト初期化子はその名前です。