Click or drag to resize

EnumerableExtensionsAsEnumerableT Method

Presents the argument as IEnumerable with one element.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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