PadExtension Class

Pad extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
C#
public static class PadExtension
Inheritance
Object    PadExtension

Methods

PadTSource(IEnumerableTSource, Int32) Pads a sequence with default values if it is narrower (shorter in length) than a given width.
PadTSource(IEnumerableTSource, Int32, TSource) Pads a sequence with a given filler value if it is narrower (shorter in length) than a given width.
PadTSource(IEnumerableTSource, Int32, FuncInt32, TSource) Pads a sequence with a dynamic filler value if it is narrower (shorter in length) than a given width.

See Also