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
파일 보기 프로젝트 열기: drdk/sleipner

공개 메소드들

메소드 설명
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