Documentation for this section has not yet been entered.
The MethodBase.IsConstructor property returns false for a System.Reflection.Emit.ConstructorBuilder object in a dynamic type, unless the MethodAttributes.RTSpecialName flag was included in the attributes parameter when the constructor was defined. Omitting the MethodAttributes.RTSpecialName flag does not affect the correctness of the emitted constructor.