文件名称:linq:linq.js-适用于JavaScript的LINQ
文件大小:38KB
文件格式:ZIP
更新时间:2024-05-02 06:17:46
javascript linq JavaScript
林克 这是.NET 库JavaScript实现。 它包含所有原始的.NET方法以及一些其他方法。 安装 使用npm: npm install linq CDN可用性: CDN 网址 unpkg jsDelivr packd 例子 // C# LINQ - delegate Enumerable . Range ( 1 , 10 ) . Where ( delegate ( int i ) { return i % 3 == 0 ; } ) . Select ( delegate ( int i ) { return i * 10 ; } ) ; // linq.js - anonymous function Enumerable . range ( 1 , 10 ) . where ( function ( i ) { return i % 3 ==
【文件预览】:
linq-master
----linq.d.ts(18KB)
----linq.js(105KB)
----util()
--------gpg_keys()
----LICENSE(1KB)
----test()
--------aggregate.js(2KB)
--------projection.js(6KB)
--------functional.js(2KB)
--------errorHandling.js(985B)
--------convert.js(3KB)
--------arrayEnumerable.js(6KB)
--------iterator.js(967B)
--------testrunner.js(527B)
--------action.js(2KB)
--------whereSelectEnumerable.js(3KB)
--------dictionary.js(4KB)
--------enumerable.js(7KB)
--------ordering.js(5KB)
--------paging.js(7KB)
--------testutils.js(2KB)
--------grouping.js(4KB)
--------join.js(3KB)
--------set.js(6KB)
----README.md(2KB)
----sample()
--------tutorial.js(5KB)
----.gitignore(54B)
----package.json(659B)