Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InternalAggregate()
override
? long System.Linq.Parallel.NullableLongSumAggregationOperator.InternalAggregate
(
ref
Exception
singularExceptionToThrow
)
inline
protected
Definition at line
53
of file
NullableLongSumAggregationOperator.cs
.
54
{
55
using
IEnumerator
<
long
?>
enumerator
= GetEnumerator(
ParallelMergeOptions
.FullyBuffered,
suppressOrderPreservation
:
true
);
56
long
num = 0
L
;
57
while
(
enumerator
.MoveNext())
58
{
59
num =
checked
(num +
enumerator
.Current.GetValueOrDefault());
60
}
61
return
num;
62
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.IEnumerator
Definition
IEnumerator.cs:4
System.Linq.ParallelMergeOptions
ParallelMergeOptions
Definition
ParallelMergeOptions.cs:4
System.ConsoleKey.L
@ L
References
System.L
.
System
Linq
Parallel
NullableLongSumAggregationOperator
Generated by
1.10.0