Click or drag to resize

CountDownExtension Class

CountDown extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsCountDownExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax
public static class CountDownExtension

The CountDownExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCountDownT, TResult
Provides a countdown counter for a given count of elements at the tail of the sequence where zero always represents the last element, one represents the second-last element, two represents the third-last element and so on.
Top
See Also