@tsdotnet/linq - v1.5.11
Preparing search index...
transforms
GroupingResult
Class GroupingResult<TKey, TElement>
Type Parameters
TKey
TElement
Implements
Grouping
<
TKey
,
TElement
>
Index
Constructors
constructor
Properties
elements
key
Methods
[iterator]
Constructors
constructor
new
GroupingResult
<
TKey
,
TElement
>
(
key
:
TKey
,
elements
:
Iterable
<
TElement
>
,
)
:
GroupingResult
<
TKey
,
TElement
>
Type Parameters
TKey
TElement
Parameters
key
:
TKey
elements
:
Iterable
<
TElement
>
Returns
GroupingResult
<
TKey
,
TElement
>
Properties
Readonly
elements
elements
:
Iterable
<
TElement
>
Readonly
key
key
:
TKey
Methods
[iterator]
"[iterator]"
()
:
Iterator
<
TElement
>
Returns
Iterator
<
TElement
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
elements
key
Methods
[iterator]
@tsdotnet/linq - v1.5.11
Loading...