XEnumerableEmptyTSource Method |
Produces an empty sequence.
Namespace:
Linq.Extras
Assembly:
Linq.Extras (in Linq.Extras.dll) Version: 5.0.0+96a4f4bfed64095342c5df107c1fe1fb95603ee5
Syntaxpublic static IEnumerable<TSource> Empty<TSource>()
Public Shared Function Empty(Of TSource) As IEnumerable(Of TSource)
static member Empty : unit -> IEnumerable<'TSource>
Type Parameters
- TSource
- The element typeof the sequence.
Return Value
Type:
IEnumerableTSourceAn empty sequence.
Remarks
See Also