EnumerableExtensionsEmptyT Method |
Returns an empty enumeration of T.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IEnumerable<T> Empty<T>()
Type Parameters
- T
- The enumeration type.
Return Value
IEnumerableTEmpty enumeration of T.
See Also