Click or drag to resize

WeakCollectionTGetEnumerator Method

Enumerates the collection. Each MoveNext() call on the enumerator is O(1), thus the enumeration is O(n).

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

Return Value

IEnumeratorT

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

Implements

IEnumerableTGetEnumerator
See Also