请谁能向我解释这段代码-我是.NET Core的初学者

问题描述 投票:0回答:1
public List<Expression<Func<T, object>>> Includes { get; } = new List<Expression<Func<T, object>>>();
public List<string> IncludeStrings { get; } = new List<string>();
public Expression<Func<T, object>> OrderBy { get; private set; }
.net asp.net-core .net-core core
1个回答
1
投票

这两行无关。

© www.soinside.com 2019 - 2024. All rights reserved.