static IEnumerable<Dlc> InstalledDlcs(Game game, IHaveDlc hasDlcs) => hasDlcs.Dlcs.Where(x => x.IsInstalled(game));
示例#2
0
 static IEnumerable <Dlc> InstalledDlcs(Game game, IHaveDlc hasDlcs) => hasDlcs.Dlcs.Where(x => x.IsInstalled(game));