Click or drag to resize

ListDictionaryTKey, TValueGetEnumerator Method

[Missing <summary> documentation for "M:Altaxo.Collections.ListDictionary`2.GetEnumerator"]


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

Return Value

IEnumeratorTValue

[Missing <returns> documentation for "M:Altaxo.Collections.ListDictionary`2.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also