netfx-System.Collections.Generic.IEnumerable.EmptyIfNull 1.1.0
dotnet add package netfx-System.Collections.Generic.IEnumerable.EmptyIfNull --version 1.1.0
NuGet\Install-Package netfx-System.Collections.Generic.IEnumerable.EmptyIfNull -Version 1.1.0
此命令旨在在 Visual Studio 的包管理器控制台中使用,因为它使用了 NuGet 模块的 Install-Package 版本。
<PackageReference Include="netfx-System.Collections.Generic.IEnumerable.EmptyIfNull" Version="1.1.0" />
对于支持 PackageReference 的项目,将此 XML 节点复制到项目文件中以引用此包。
paket add netfx-System.Collections.Generic.IEnumerable.EmptyIfNull --version 1.1.0
NuGet 团队不提供对此客户端的支持。请联系其 维护者 获取支持。
#r "nuget: netfx-System.Collections.Generic.IEnumerable.EmptyIfNull, 1.1.0"
#r 指令可以用于 F# Interactive 和 Polyglot Notebooks。将此内容复制到交互式工具或脚本的源代码中以引用该包。
// Install netfx-System.Collections.Generic.IEnumerable.EmptyIfNull as a Cake Addin #addin nuget:?package=netfx-System.Collections.Generic.IEnumerable.EmptyIfNull&version=1.1.0 // Install netfx-System.Collections.Generic.IEnumerable.EmptyIfNull as a Cake Tool #tool nuget:?package=netfx-System.Collections.Generic.IEnumerable.EmptyIfNull&version=1.1.0
NuGet 团队不提供对此客户端的支持。请联系其 维护者 获取支持。
否定 Linq 查询中的空检查?根据需要将任何空的可枚举对象转换为空的!
var id = schema.Elements.EmptyIfNull().FirstOrDefault(x => x == "Id")
此包没有依赖项。
NuGet 包
此包不被任何 NuGet 包使用。
GitHub 仓库
此包不被任何流行的 GitHub 仓库使用。