Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: int SumUnchecked<T>(this IEnumerable<T>, Func<T, int>)

Declaration

public static int SumUnchecked<T>(
    this IEnumerable<T> source,
    Func<T, int> selector
)

Summary

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

Generic type parameters

TThis type parameter is not documented.