Click or drag to resize

BacksertExtension Class

Backsert extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsBacksertExtension

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

The BacksertExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBacksertT
Inserts the elements of a sequence into another sequence at a specified index from the tail of the sequence, where zero always represents the last position, one represents the second-last element, two represents the third-last element and so on.
Top
See Also