// <auto-generated/>
#nullable disable
using EntityFrameworkCore.Projectables;

namespace EntityFrameworkCore.Projectables.Generated
{
    [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
    static class _Foo_First
    {
        static global::System.Linq.Expressions.Expression<global::System.Func<global::Foo, int[], int>> Expression()
        {
            return (global::Foo @this, int[] all) => all[0];
        }
    }
}