Click or drag to resize

ShiftGroupCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerator<IShiftGroup> GetEnumerator()

Return Value

IEnumeratorIShiftGroup
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also