FillForward extension.
Inheritance Hierarchy Namespace: MoreLinq.ExtensionsMoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntaxpublic static class FillForwardExtension
<ExtensionAttribute> Public NotInheritable Class FillForwardExtension
[ExtensionAttribute] public ref class FillForwardExtension abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] [<ExtensionAttribute>] type FillForwardExtension = class endMethods Name Description FillForwardT(IEnumerableT)
Returns a sequence with each null reference or value in the source replaced with the previous non-null reference or value seen in that sequence.
FillForwardT(IEnumerableT, FuncT, Boolean)Returns a sequence with each missing element in the source replaced with the previous non-missing element seen in that sequence. An additional parameter specifies a function used to determine if an element is considered missing or not.
FillForwardT(IEnumerableT, FuncT, Boolean, FuncT, T, T)Returns a sequence with each missing element in the source replaced with one based on the previous non-missing element seen 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 AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4