C# Class 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
Show file Open project: drdk/sleipner

Public Methods

Method Description
Create ( MethodInfo method ) : LateBoundMethod

Private Methods

Method Description
CreateParameterExpressions ( MethodInfo method, Expression argumentsParameter ) : System.Linq.Expressions.Expression[]

Method Details

Create() public static method

public static Create ( MethodInfo method ) : LateBoundMethod
method System.Reflection.MethodInfo
return LateBoundMethod