Click or drag to resize

PropertyBagGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairString, Object
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also