IndexOf<>(source, predicate, startIndex) IndexOf<>(source, element, comparer) JoinString<>(values, separator, prefix, suffix, lastSeparator) Order<>(source, comparer) SkipLast<>(source, count, throwIfNotEnough) Split<>(splitWhat, splitWhere) Split<>(source, chunkSize) ToDictionary2<>(source, key1Selector, key2Selector, comparer1, comparer2) ToDictionary2<>(source, key1Selector, key2Selector, elementSelector, comparer1, comparer2)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: int SumUnchecked<T>(this IEnumerable<T>, Func<T, int>)Declarationpublic 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 parametersT | This type parameter is not documented. |
|