This website works better with JavaScript
Home
Explore
Help
Sign In
ZZYDOP
/
AiDOPWarehouse
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
dbefacb024
Branches
Tags
backup/full-2026-04-06
master
AiDOPWarehouse
/
Admin.NET
/
Admin.NET.Core
/
Service
/
Enum
Ir0nMax
b4d8628ede
相比调用 Enumerable.Any 方法来确定集合类型是否具有任何元素,使用 Length、Count 或 IsEmpty(如果可能)来确定将更有效、更清晰。Any() 是一种扩展方法,使用语言集成查询 (LINQ)。 更高效的做法是依赖集合本身的属性,而且它还阐明了意图。
1 year ago
..
Dto
c084711c64
😎更新文件头
2 years ago
SysEnumService.cs
b4d8628ede
相比调用 Enumerable.Any 方法来确定集合类型是否具有任何元素,使用 Length、Count 或 IsEmpty(如果可能)来确定将更有效、更清晰。Any() 是一种扩展方法,使用语言集成查询 (LINQ)。 更高效的做法是依赖集合本身的属性,而且它还阐明了意图。
1 year ago