Type.TypeInitializer Property
.NET Framework (current version)
Gets the initializer for the type.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection.ConstructorInfoAn 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: