Click or drag to resize

TagFirstLastExtension Class

TagFirstLast extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsTagFirstLastExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class TagFirstLastExtension

The TagFirstLastExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleTagFirstLastTSource, TResult
Returns a sequence resulting from applying a function to each element in the source sequence with additional parameters indicating whether the element is the first and/or last of the sequence.
Top
See Also