C# Класс DR.Sleipner.CacheProxy.DelegateFactory

Kindly stolen from: http://kohari.org/2009/03/06/fast-late-bound-invocation-with-expression-trees/ Author claims that this is fast as all hell
Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( MethodInfo method ) : LateBoundMethod

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

Метод Описание
CreateParameterExpressions ( MethodInfo method, Expression argumentsParameter ) : System.Linq.Expressions.Expression[]

Описание методов

Create() публичный статический Метод

public static Create ( MethodInfo method ) : LateBoundMethod
method System.Reflection.MethodInfo
Результат LateBoundMethod