It’s just shorthand for “constructor” – and it’s what the constructor is called in IL, too. For example, open up Reflector and look at a type and you’ll see members called .ctor
for the various constructors.
It’s just shorthand for “constructor” – and it’s what the constructor is called in IL, too. For example, open up Reflector and look at a type and you’ll see members called .ctor
for the various constructors.