TypeBuilder.DefineConstructor Method
.NET Framework 4.5
Adds a new constructor to the dynamic type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DefineConstructor(MethodAttributes, CallingConventions, Type[]) | Adds a new constructor to the type, with the given attributes and signature. |
|
DefineConstructor(MethodAttributes, CallingConventions, Type[], Type[][], Type[][]) | Adds a new constructor to the type, with the given attributes, signature, and custom modifiers. |