C# Class Microsoft.Scripting.Utils.DelegateUtils

Show file Open project: jschementi/iron

Private Methods

Method Description
DefineDelegateType ( string name ) : TypeBuilder
EmitCallSiteDelegateType ( int paramCount ) : Type

Emits an object delegate(CallSite, object * paramCount, object) that's suitable for use in a non-strongly typed call site. Use this helper only for delegates with more parameters than Func has.