EnumerableExtensionsAsEnumerableT Method |
Presents the argument as IEnumerable with one element.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IEnumerable<T> AsEnumerable<T>(
T element
)
Parameters
- element T
- The element to present.
Type Parameters
- T
- The enumeration type.
Return Value
IEnumerableT[Missing <returns> documentation for "M:Altaxo.Collections.EnumerableExtensions.AsEnumerable``1(``0)"]
See Also