Method | Description | |
---|---|---|
FieldSetterBinder ( |
Creates a new FieldSetterBinder instance.
|
Method | Description | |
---|---|---|
GenerateStub ( |
Generates a method that does type conversion and calls the bound method.
|
public FieldSetterBinder ( |
||
field | The field. | |
return | System |
protected GenerateStub ( |
||
generator | The ILGenerator used to output the body of the method. | |
argumentCount | int | The number of arguments that will be passed to the delegate. |
return | void |