using System;
using System.Collections.Generic;
using System.Linq;
using EntityFrameworkCore.Projectables;
using Foo;

namespace EntityFrameworkCore.Projectables.Generated
#nullable disable
{
    public static class Foo_C_NullableValueType
    {
        public static System.Linq.Expressions.Expression<System.Func<object, int?>> Expression => 
            (object input) => (int?)input;
    }
}