PadStartExtension Class

PadStart extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 3.4.0+b99a6a8cc504caf2d48372fe54a2f8116c59cd0c
C#
public static class PadStartExtension
Inheritance
Object    PadStartExtension

Methods

PadStartTSource(IEnumerableTSource, Int32) Pads a sequence with default values in the beginning if it is narrower (shorter in length) than a given width.
PadStartTSource(IEnumerableTSource, Int32, TSource) Pads a sequence with a given filler value in the beginning if it is narrower (shorter in length) than a given width. An additional parameter specifies the value to use for padding.
PadStartTSource(IEnumerableTSource, Int32, FuncInt32, TSource) Pads a sequence with a dynamic filler value in the beginning if it is narrower (shorter in length) than a given width. An additional parameter specifies the function to calculate padding.

See Also