Mono.Embedding.GenericServices.MakeGenericMethod_2 C# (CSharp) Method

MakeGenericMethod_2() private method

private MakeGenericMethod_2 ( MethodInfo method, Type arg0, Type arg1 ) : IntPtr
method System.Reflection.MethodInfo
arg0 System.Type
arg1 System.Type
return System.IntPtr
        public static IntPtr MakeGenericMethod_2(MethodInfo method, Type arg0, Type arg1)
        {
            return MakeGenericMethod(method, new[] {arg0, arg1});
        }