Click or drag to resize

ContiguousIntegerRangeGetEnumerator Method

Returns an enumerator that iterates through all integers in the range.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerator<int> GetEnumerator()

Return Value

IEnumeratorInt32
An enumerator for the integers in the range.

Implements

IEnumerableTGetEnumerator
See Also