RingBufferTEnumerateOneItem Method |
Enumerates one single item at a time.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<(T , int )> EnumerateOneItem()
Return Value
IEnumerableValueTupleT,
Int32Enumeration of item and the corresponding index of the item.
See Also