The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Type::TypeInitializer Property
.NET Framework (current version)
Gets the initializer for the type.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(true)] property ConstructorInfo^ TypeInitializer { virtual ConstructorInfo^ get() sealed; }
Property Value
Type: System.Reflection::ConstructorInfo^An object that contains the name of the class constructor for the Type.
Implements
_Type::TypeInitializerClass initializers are also available through the FindMembers method, or through overloads of the GetMember, GetMembers, GetConstructor, and GetConstructors methods that take BindingFlags as a parameter.
If the current Type represents a type parameter in the definition of a generic type or generic method, this property returns null.
.NET Framework
Available since 1.1
Available since 1.1
Show: