Click or drag to resize

XEnumerableEmptyTSource Method

Produces an empty sequence.

Namespace:  Linq.Extras
Assembly:  Linq.Extras (in Linq.Extras.dll) Version: 5.0.0+96a4f4bfed64095342c5df107c1fe1fb95603ee5
Syntax
public static IEnumerable<TSource> Empty<TSource>()

Type Parameters

TSource
The element typeof the sequence.

Return Value

Type: IEnumerableTSource
An empty sequence.
Remarks
See Also