메소드 | 설명 | |
---|---|---|
DefaultConstructorBuilder ( string>.Func |
|
|
GenerateConstructor ( |
Generates the constructor using the specified arguments.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |
protected DefineConstructor ( |
||
owner | Owner type to create constructor for. | |
interfaceType | ||
리턴 |
protected EmitBegin ( |
||
type | ||
interfaceType | ||
generator | ||
리턴 | void |
protected EmitEnd ( |
||
type | ||
interfaceType | ||
generator | ||
리턴 | void |
public GenerateConstructor ( |
||
owner | ||
interfaceType | ||
methods | IEnumerable |
|
fields | IEnumerable |
|
리턴 |