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

MakeGenericMethod_1() private method

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