Click or drag to resize

BoxedTToBoxedItems Method

[Missing <summary> documentation for "M:Altaxo.Collections.Boxed`1.ToBoxedItems(System.Collections.Generic.IEnumerable{`0})"]


Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IEnumerable<Boxed<T>> ToBoxedItems(
	IEnumerable<T> items
)

Parameters

items  IEnumerableT

[Missing <param name="items"/> documentation for "M:Altaxo.Collections.Boxed`1.ToBoxedItems(System.Collections.Generic.IEnumerable{`0})"]

Return Value

IEnumerableBoxedT

[Missing <returns> documentation for "M:Altaxo.Collections.Boxed`1.ToBoxedItems(System.Collections.Generic.IEnumerable{`0})"]

See Also