Click or drag to resize

EnumerableExtensionsEmptyT Method

Returns an empty enumeration of T.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IEnumerable<T> Empty<T>()

Type Parameters

T
The enumeration type.

Return Value

IEnumerableT
Empty enumeration of T.
See Also