What is the name of this C # syntax?

In C #, you can do something like this:

SomeClass someClass = new SomeClass () { SomeProperty = someValue }; 

What is called this syntax?

+4
source share
1 answer
+18
source

All Articles