Click or drag to resize

UserDefinedUnitEnvironmentsGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Altaxo.Gui.Units
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerator<KeyValuePair<string, UserDefinedUnitEnvironment>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairString, UserDefinedUnitEnvironment
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also