Click or drag to resize

ScaleCollectionGetEnumerator Method

Returns an enumerator for the contained scales.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerator<Scale> GetEnumerator()

Return Value

IEnumeratorScale
An enumerator for the contained scales.

Implements

IEnumerableTGetEnumerator
See Also