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

MakeGenericType_1() private method

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