linq-js-docs
Version:
use linq and lamdba in javascript
86 lines • 3.46 kB
JSON
{
"histroys": [
{
"since": "2.1.15",
"overloads": [
{
"parameters": [
{
"name": "other",
"types": [
"IEnumerable",
"Iterator",
"array",
"object",
"string"
],
"descriptions": [
"需要在返回序列中返回存在于源序列中的元素序列"
]
},
{
"name": "comparer",
"types": [
"function",
"string",
"symbol",
"number"
],
"descriptions": [
"用于判定两个序列元素的值是否相等的相等比较器"
],
"defaultValue": "defaultEqualityComparer",
"declare": {
"parameters": [
{
"name": "element",
"types": [
"any"
]
},
{
"name": "other",
"types": [
"any"
]
}
],
"returns": {
"type": "boolean"
}
}
}
],
"returns": {
"type": "IEnumerable",
"descriptions": [
"包含这两个序列的元素的交集的序列"
]
},
"description": "生成两个序列的交集",
"remarks": [
"此方法通过延迟执行的方式实现"
],
"sees": [
{
"apis": "IEnumerable",
"method": "union"
},
{
"apis": "IEnumerable",
"method": "except"
},
{
"apis": "Enumerable.comparers",
"property": "equality"
},
{
"href": "https://msdn.microsoft.com/{language}/library/bb355408(v=vs.110).aspx",
"title": "Microsoft MSDN"
}
]
}
]
}
]
}