UNPKG
linq-js-docs
Version:
latest (1.0.0)
1.0.0
use linq and lamdba in javascript
github.com/wm123450405/linqjs
wm123450405/linqjs
linq-js-docs
/
src
/
resources
/
zh-cn
/
apis
/
IGrouping.json
22 lines
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"type"
:
"interface"
,
"since"
:
"2.1.15"
,
"extends"
:
[
"IEnumerable"
]
,
"implements"
:
[
]
,
"name"
:
"IGrouping"
,
"properties"
:
[
{
"name"
:
"key"
,
"histroys"
:
[
{
"since"
:
"2.1.15"
,
"deprecated"
:
0
,
"description"
:
"此分组的key"
}
]
}
]
,
"methods"
:
[
]
}