Extension Methods Roundup: IndicesWhere, TakeEvery, Distinct(weblogs.asp.net)
submitted by
Jemm(9604) 3 years, 8 months ago
IndicesWhere: Gets the indices where the predicate is true.
TakeEvery: Take items from 'startAt' every at 'hopLength' items.
Distinct: Gets distinct items by a comparer delegate
and Gets distinct items by comparer and hasher delegates (faster than only comparer).
|category: C#
|Views: 25
tags:
ExtensionMethods C# another
Everyones tags:
Your Tags: