Click or drag to resize

PadStartExtension Class

PadStart extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsPadStartExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class PadStartExtension
Methods
  NameDescription
Public methodStatic memberCode examplePadStartTSource(IEnumerableTSource, Int32)
Pads a sequence with default values in the beginning if it is narrower (shorter in length) than a given width.
Public methodStatic memberCode examplePadStartTSource(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.
Public methodStatic memberCode examplePadStartTSource(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.
Top
See Also