UNPKG

linq-js-docs

Version:

use linq and lamdba in javascript

48 lines 1.84 kB
{ "histroys": [ { "since": "2.1.15", "overloads": [ { "parameters": [ { "name": "defaultValue", "types": [ "any" ], "descriptions": [ "如果 index 超出范围时返回的默认值" ] }, { "name": "index", "types": [ "number" ], "descriptions": [ "要检索的从零开始的元素索引" ] } ], "returns": { "type": "any", "descriptions": [ "如果索引超出源序列中的界限返回 defaultValue, 否则返回源序列中的指定位置处的元素" ] }, "description": "返回序列中的指定索引处的元素, 如果索引超出范围, 则返回默认值", "sees": [ { "apis": "IEnumerable", "method": "elementAt" }, { "href": "https://msdn.microsoft.com/{language}/library/bb494386(v=vs.110).aspx", "title": "Microsoft MSDN" } ] } ] } ] }