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
Afficher le fichier Open project: drdk/sleipner

Méthodes publiques

Méthode Description
Create ( MethodInfo method ) : LateBoundMethod

Private Methods

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

Method Details

Create() public static méthode

public static Create ( MethodInfo method ) : LateBoundMethod
method System.Reflection.MethodInfo
Résultat LateBoundMethod