Ejemplo n.º 1
0
 static FunctionDelegateAdapter()
 {
     pTypes = new InvocationTypes[]
     {
         InvocationContext.GetInvocationType <TResult>(),
     };
 }
Ejemplo n.º 2
0
 static MethodDelegateAdapter()
 {
     pType = InvocationContext.GetInvocationType <T1>();
 }