Click or drag to resize

MoreEnumerableFillBackward Method

Overload List
  NameDescription
Public methodStatic memberFillBackwardT(IEnumerableT)
Returns a sequence with each null reference or value in the source replaced with the following non-null reference or value in that sequence.
Public methodStatic memberFillBackwardT(IEnumerableT, FuncT, Boolean)
Returns a sequence with each missing element in the source replaced with the following non-missing element in that sequence. An additional parameter specifies a function used to determine if an element is considered missing or not.
Public methodStatic memberFillBackwardT(IEnumerableT, FuncT, Boolean, FuncT, T, T)
Returns a sequence with each missing element in the source replaced with the following non-missing element in that sequence. Additional parameters specifiy two functions, one used to determine if an element is considered missing or not and another to provide the replacement for the missing element.
Top
See Also