Method | Description | |
---|---|---|
DefaultConstructorBuilder ( string>.Func |
|
|
GenerateConstructor ( |
Generates the constructor using the specified arguments.
|
Method | Description | |
---|---|---|
DefineConstructor ( |
Creates the constructor builder.
|
|
EmitBegin ( |
Method is invoked at start of constructor generator.
|
|
EmitEnd ( |
Method is invoked at the end of the constructor generator.
|
public DefaultConstructorBuilder ( string>.Func |
||
lookupFunctionName | string>.Func | Supplies a function lookup name transformation. Set this to null to use the method name verbatim. |
return | System |
protected DefineConstructor ( |
||
owner | Owner type to create constructor for. | |
interfaceType | ||
return |
protected EmitBegin ( |
||
type | ||
interfaceType | ||
generator | ||
return | void |
protected EmitEnd ( |
||
type | ||
interfaceType | ||
generator | ||
return | void |
public GenerateConstructor ( |
||
owner | ||
interfaceType | ||
methods | IEnumerable |
|
fields | IEnumerable |
|
return |