Gets the name of the class constructor for the Type.
[Visual Basic] Public ReadOnly Property TypeInitializer As ConstructorInfo [C#] public ConstructorInfo TypeInitializer {get;} [C++] public: __property ConstructorInfo* get_TypeInitializer(); [JScript] public function get TypeInitializer() : ConstructorInfo;
A ConstructorInfo containing the name of the class constructor for the Type.
Class initializers are available through GetMember, GetMembers, FindMembers, and GetConstructors.
Type Class | Type Members | System Namespace | ConstructorInfo