Méthode | Description | |
---|---|---|
ConstructorBuilder ( |
Constructor
|
|
ToString ( ) : string |
The definition of the constructor as a string
|
public ConstructorBuilder ( |
||
typeBuilder | Type builder | |
attributes | MethodAttributes | Attributes for the constructor (public, private, etc.) |
parameters | IEnumerable |
Parameter types for the constructor |
callingConventions | CallingConventions | Calling convention for the constructor |
Résultat | System |