Represents the name of the class constructor method as it is stored in metadata. This name is always ".ctor". This field is read-only.
Value: .ctor
This field is read-only.
This field is a string that contains the value ".ctor". An object constructor will be named with this field if and only if it is not a type initializer.
For more information on type initializers, see ConstructorInfo.TypeConstructorName.
For more information on object constructors, see Partition II of the CLI Specification.