FallbackIfEmptyExtension Class
FallbackIfEmpty extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public static class FallbackIfEmptyExtension
<ExtensionAttribute>
Public NotInheritable Class FallbackIfEmptyExtension
[ExtensionAttribute]
public ref class FallbackIfEmptyExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type FallbackIfEmptyExtension = class end
- Inheritance
- Object    FallbackIfEmptyExtension
 | FallbackIfEmptyT(IEnumerableT, T) | Returns the elements of the specified sequence or the specified
            value in a singleton collection if the sequence is empty. | 
| FallbackIfEmptyT(IEnumerableT, T) | Returns the elements of a sequence, but if it is empty then
            returns an alternate sequence from an array of values. | 
| FallbackIfEmptyT(IEnumerableT, IEnumerableT) | Returns the elements of a sequence, but if it is empty then
            returns an alternate sequence of values. | 
| FallbackIfEmptyT(IEnumerableT, T, T) | Returns the elements of a sequence, but if it is empty then
            returns an alternate sequence of values. | 
| FallbackIfEmptyT(IEnumerableT, T, T, T) | Returns the elements of a sequence, but if it is empty then
            returns an alternate sequence of values. | 
| FallbackIfEmptyT(IEnumerableT, T, T, T, T) | Returns the elements of a sequence, but if it is empty then
            returns an alternate sequence of values. |