메소드 | 설명 | |
---|---|---|
EmptyBinder ( ) : System |
Creates a new EmptyBinder instance.
|
메소드 | 설명 | |
---|---|---|
GenerateStub ( Jurassic generator, int argumentCount ) : void |
Generates a method that does type conversion and calls the bound method.
|
protected GenerateStub ( Jurassic generator, int argumentCount ) : void | ||
generator | Jurassic | The ILGenerator used to output the body of the method. |
argumentCount | int | The number of arguments that will be passed to the delegate. |
리턴 | void |