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.
TypeBuilder::DefineConstructor Method
.NET Framework (current version)
Adds a new constructor to the dynamic type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | DefineConstructor(MethodAttributes, CallingConventions, array<Type^>^) | Adds a new constructor to the type, with the given attributes and signature. |
![]() | DefineConstructor(MethodAttributes, CallingConventions, array<Type^>^, array<array<Type^>^>^, array<array<Type^>^>^) | Adds a new constructor to the type, with the given attributes, signature, and custom modifiers. |
Show:
