C# Класс Microsoft.Scripting.Utils.DelegateUtils

Показать файл Открыть проект

Приватные методы

Метод Описание
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.