< Summary

Information
Class: MyNet.Utilities.EnumerableExtensions<TSource>
Assembly: MyNet.Utilities
File(s): D:\a\MyNet\MyNet\src\MyNet.Utilities\Extensions\EnumerableExtensions.cs
Tag: 212_18942389508
Line coverage
1%
Covered lines: 1
Uncovered lines: 51
Coverable lines: 52
Total lines: 248
Line coverage: 1.9%
Branch coverage
0%
Covered branches: 0
Total branches: 38
Branch coverage: 0%
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

File(s)

D:\a\MyNet\MyNet\src\MyNet.Utilities\Extensions\EnumerableExtensions.cs

File 'D:\a\MyNet\MyNet\src\MyNet.Utilities\Extensions\EnumerableExtensions.cs' does not exist (any more).

Methods/Properties

ToObservableCollection<T>(System.Collections.Generic.IEnumerable<T>)
ForEach<T>(System.Collections.Generic.IEnumerable<T>, System.Action<T>)
ForEach<TObject>(System.Collections.Generic.IEnumerable<TObject>, System.Action<TObject, int>)
Contains(System.Collections.IEnumerable, object)
Sum<TSource>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, System.TimeSpan>)
Rotate<T>(System.Collections.Generic.IEnumerable<T>, int)
AverageOrDefault(System.Collections.Generic.IEnumerable<int>)
AverageOrDefault<TSource>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, int>, int)
AverageOrDefault(System.Collections.Generic.IEnumerable<double>)
AverageOrDefault<TSource>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, double>, double)
AverageOrDefault(System.Collections.Generic.IEnumerable<System.Decimal>)
AverageOrDefault<TSource>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, System.Decimal>, decimal)
MaxOrDefault<T>(System.Collections.Generic.IEnumerable<T>, T)
MaxOrDefault<TSource, TResult>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, TResult>, TResult)
MinOrDefault<T>(System.Collections.Generic.IEnumerable<T>, T)
MinOrDefault<TSource, TResult>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, TResult>, TResult)
GetByIdOrDefault<T, TId>(System.Collections.Generic.IEnumerable<T>, TId)
GetById<T, TId>(System.Collections.Generic.IEnumerable<T>, TId)
HasId<T, TId>(System.Collections.Generic.IEnumerable<T>, TId)
RoundRobin<T>(System.Collections.Generic.IEnumerable<T>)