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