C# Class Boo.Lang.Runtime.ExtensionMethodDispatcherEmitter

Inheritance: MethodDispatcherEmitter
Show file Open project: boo/boo-lang

Public Methods

Method Description
ExtensionMethodDispatcherEmitter ( CandidateMethod found, Type argumentTypes ) : System

Protected Methods

Method Description
EmitLoadTargetObject ( ) : void

Method Details

EmitLoadTargetObject() protected method

protected EmitLoadTargetObject ( ) : void
return void

ExtensionMethodDispatcherEmitter() public method

public ExtensionMethodDispatcherEmitter ( CandidateMethod found, Type argumentTypes ) : System
found CandidateMethod
argumentTypes System.Type
return System