Click or drag to resize

PadExtension Class

Pad extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsPadExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class PadExtension
Methods
  NameDescription
Public methodStatic memberCode examplePadTSource(IEnumerableTSource, Int32)
Pads a sequence with default values if it is narrower (shorter in length) than a given width.
Public methodStatic memberCode examplePadTSource(IEnumerableTSource, Int32, FuncInt32, TSource)
Pads a sequence with a dynamic filler value if it is narrower (shorter in length) than a given width.
Public methodStatic memberCode examplePadTSource(IEnumerableTSource, Int32, TSource)
Pads a sequence with a given filler value if it is narrower (shorter in length) than a given width.
Top
See Also