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

MakeGenericMethod_4() private method

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