IEnumerable<T>.Sum Method
Summary
Computes the sum of the sequence.
Namespace
:
Spring.Collections
Syntax
Delphi
public function Sum:
T
; overload;
Return Value
Type:
T
See Also
Reference
IEnumerable<T>
Spring.Collections