Beispiel #1
0
 private static Delegate CreateDelegate(Type componentType, MethodInfo method)
 {
     return(method.CreateDelegate(Expression.GetDelegateType(componentType, typeof(T))));
 }