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

MakeGenericType_3() private method

private MakeGenericType_3 ( Type type, Type arg0, Type arg1, Type arg2 ) : IntPtr
type System.Type
arg0 System.Type
arg1 System.Type
arg2 System.Type
return System.IntPtr
        public static IntPtr MakeGenericType_3(Type type, Type arg0, Type arg1, Type arg2)
        {
            return MakeGenericType(type, new[] { arg0, arg1, arg2 });
        }