Click or drag to resize

BoxedTToUnboxedItems Method

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


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

Parameters

boxedItems  IEnumerableBoxedT

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

Return Value

IEnumerableT

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

See Also