Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: int SumUnchecked(this IEnumerable<int>)

Declaration

public static int SumUnchecked(
    this IEnumerable<int> source
)

Summary

Returns the sum of the values in the specified collection, truncated to a 32-bit integer.