文件名称:csharp-extensions:实用程序C#扩展方法的集合
文件大小:95KB
文件格式:ZIP
更新时间:2024-02-26 04:02:43
csharp algorithms extensions data-structures utility-library
csharp-扩展 实用程序C#扩展方法的集合。 主要: 开发人员: 主要: 开发人员: nuget: Install-Package rm.Extensions 字符串扩展名: var s = " " ; if ( s . IsNullOrEmpty ()) { /**/ } if ( s . IsNullOrWhiteSpace ()) { /**/ } // some string that could be null/empty/whitespace string s = null ; // or "value" string text = " default " ; if
【文件预览】:
csharp-extensions-dev
----.gitignore(5KB)
----rm.Extensions.sln(2KB)
----nuget-pack.sh(565B)
----src()
--------rm.Extensions()
----.travis.yml(258B)
----ci.sh(320B)
----LICENSE(1KB)
----nuget-push.sh(415B)
----.github()
--------workflows()
----README.md(16KB)
----tests()
--------rm.ExtensionsTest()
----.gitattributes(12B)
----nuget-delete.sh(369B)
----.editorconfig(54B)