Click or drag to resize

RingBufferTEnumerateOneItem Method

Enumerates one single item at a time.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<(T , int )> EnumerateOneItem()

Return Value

IEnumerableValueTupleT, Int32
Enumeration of item and the corresponding index of the item.
See Also