C# Class Babel.Compiler.SupertypingAdapterMethod

Mostra file Open project: shugo/babel Class Usage Examples

Public Methods

Method Description
SupertypingAdapterMethod ( MethodBuilder methodBuilder, MethodInfo adapteeMethod, int parameterCount ) : System

Method Details

SupertypingAdapterMethod() public method

public SupertypingAdapterMethod ( MethodBuilder methodBuilder, MethodInfo adapteeMethod, int parameterCount ) : System
methodBuilder System.Reflection.Emit.MethodBuilder
adapteeMethod System.Reflection.MethodInfo
parameterCount int
return System